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
'Declaration
Function OpenSpecificDocumentView ( _
logicalView As Guid _
) As IVsWindowFrame
IVsWindowFrame OpenSpecificDocumentView(
Guid logicalView
)
IVsWindowFrame^ OpenSpecificDocumentView(
Guid logicalView
)
abstract OpenSpecificDocumentView :
logicalView:Guid -> IVsWindowFrame
function OpenSpecificDocumentView(
logicalView : Guid
) : IVsWindowFrame
Parameters
logicalView
Type: System.GuidA GUID value for the logical view obtained from the LogicalView enumeration.
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 nulla null reference (Nothing in Visual Basic) for the second argument.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OpenSpecificDocumentView Overload