Partager via


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

  • 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

Voir aussi

Référence

VsShellUtilities Classe

OpenDocumentWithSpecificEditor, surcharge

Microsoft.VisualStudio.Shell, espace de noms