VsShellUtilities.OpenDocumentWithSpecificEditor, méthode (IServiceProvider, String, Guid, Guid)
Ouvre le document spécifié à l'aide de l'éditeur spécifié.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function OpenDocumentWithSpecificEditor ( _
provider As IServiceProvider, _
fullPath As String, _
editorType As Guid, _
logicalView As Guid _
) As IVsWindowFrame
public static IVsWindowFrame OpenDocumentWithSpecificEditor(
IServiceProvider provider,
string fullPath,
Guid editorType,
Guid logicalView
)
Paramètres
- provider
Type : System.IServiceProvider
IServiceProvider .
- fullPath
Type : System.String
Chemin d'accès absolu du document.
- editorType
Type : System.Guid
GUID du type d'éditeur à l'utiliser.
- logicalView
Type : System.Guid
GUID de la vue logique dans laquelle pour ouvrir le document.
Valeur de retour
Type : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
L'interface d'IVsWindowFrame de la fenêtre dans laquelle le document est ouvert.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.