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 : GuidUne valeur GUID pour la vue logique fournie par l'énumération d'LogicalView.
existingDocumentData
Type : ObjectObjet contenant les données existantes dans le document.
doNotShowWindow
Type : BooleanUne 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
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
OpenSpecificDocumentView, surcharge