Share via


IVsDataExplorerNode.OpenDocument Method

Opens the current node as a document window frame in the Visual Studio environment.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function OpenDocument As IVsWindowFrame
IVsWindowFrame OpenDocument()
IVsWindowFrame^ OpenDocument()
abstract OpenDocument : unit -> IVsWindowFrame
function OpenDocument() : IVsWindowFrame

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
An IVsWindowFrame object representing the opened document window.

Remarks

This method delegates to the method. OpenSpecificDocumentView and passes Empty as the argument.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace

OpenSpecificDocumentView

IVsWindowFrame