IVsDataExplorerNode.OpenSpecificDocumentView Method (Guid)

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

'宣言
Function OpenSpecificDocumentView ( _
    logicalView As Guid _
) As IVsWindowFrame
'使用
Dim instance As IVsDataExplorerNode
Dim logicalView As Guid
Dim returnValue As IVsWindowFrame

returnValue = instance.OpenSpecificDocumentView(logicalView)
IVsWindowFrame OpenSpecificDocumentView(
    Guid logicalView
)
IVsWindowFrame^ OpenSpecificDocumentView(
    Guid logicalView
)
function OpenSpecificDocumentView(
    logicalView : Guid
) : IVsWindowFrame

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame

An IVsWindowFrame object representing the opened document window.

Remarks

This method delegates to the OpenSpecificDocumentView method and passes the specified logicalView parameter for the first argument and a null reference (Nothing in Visual Basic) for the second argument.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

OpenSpecificDocumentView Overload

Microsoft.VisualStudio.Data.Services Namespace

OpenSpecificDocumentView

IVsWindowFrame

LogicalView