Partager 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 : System.Guid
    Une valeur GUID pour la vue logique obtenue à partir de l'énumération d' LogicalView .
  • existingDocumentData
    Type : System.Object
    Objet en contenant toutes les données existantes dans le document.
  • doNotShowWindow
    Type : System.Boolean
    Une valeur d' Boolean indiquant si masquer la fenêtre active (true) ou pas (false).

Valeur de retour

Type : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Un objet d' IVsWindowFrame représentant la fenêtre de document ouvert.

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

OpenSpecificDocumentView, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms

IVsWindowFrame

LogicalView