Share via


IVsDataExplorerNode.OpenSpecificDocumentView, méthode (Guid, Object, Boolean)

Ouvre le nœud actuel comme frame de fenêtre de document dans l'environnement d'Visual Studio.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function OpenSpecificDocumentView ( _
    logicalView As Guid, _
    existingDocumentData As Object, _
    doNotShowWindow As Boolean _
) As IVsWindowFrame
IVsWindowFrame OpenSpecificDocumentView(
    Guid logicalView,
    Object existingDocumentData,
    bool doNotShowWindow
)
IVsWindowFrame^ OpenSpecificDocumentView(
    Guid logicalView, 
    Object^ existingDocumentData, 
    bool doNotShowWindow
)
abstract OpenSpecificDocumentView : 
        logicalView:Guid * 
        existingDocumentData:Object * 
        doNotShowWindow:bool -> IVsWindowFrame
function OpenSpecificDocumentView(
    logicalView : Guid, 
    existingDocumentData : Object, 
    doNotShowWindow : boolean
) : IVsWindowFrame

Paramètres

  • logicalView
    Type : Guid

    Une valeur GUID pour la vue logique fournie par l'énumération d'LogicalView.

  • existingDocumentData
    Type : Object

    Objet contenant les données existantes dans le document.

  • doNotShowWindow
    Type : Boolean

    Une valeur d'Boolean qui indique si masquer la fenêtre active (true) ou pas (false).

Valeur de retour

Type : IVsWindowFrame
Objet IVsWindowFrame représentant la fenêtre de document ouverte.

Notes

Cette méthode utilise le service IVsDataViewDocumentProvider du fournisseur de document pour obtenir la vue de document et appelle la méthode Open.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

OpenSpecificDocumentView, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms

IVsWindowFrame

LogicalView