Share via


IVsDataExplorerNode.OpenSpecificDocumentView Method (Guid, Object)

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, _
    existingDocumentData As Object _
) As IVsWindowFrame
IVsWindowFrame OpenSpecificDocumentView(
    Guid logicalView,
    Object existingDocumentData
)
IVsWindowFrame^ OpenSpecificDocumentView(
    Guid logicalView, 
    Object^ existingDocumentData
)
abstract OpenSpecificDocumentView : 
        logicalView:Guid * 
        existingDocumentData:Object -> IVsWindowFrame
function OpenSpecificDocumentView(
    logicalView : Guid, 
    existingDocumentData : Object
) : IVsWindowFrame

Parameters

  • existingDocumentData
    Type: System.Object

    Object containing any existing data in the document.

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 uses the specified parameters as the first two arguments and passes false for the last argument.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

OpenSpecificDocumentView Overload

Microsoft.VisualStudio.Data.Services Namespace

OpenSpecificDocumentView

IVsWindowFrame

LogicalView