IVsDataExplorerNode.CanOpenSpecificDocumentView Method

Indicates whether a document view window can be opened for the current node.

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

Syntax

'Declaration
Function CanOpenSpecificDocumentView ( _
    logicalView As Guid _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNode 
Dim logicalView As Guid 
Dim returnValue As Boolean 

returnValue = instance.CanOpenSpecificDocumentView(logicalView)
bool CanOpenSpecificDocumentView(
    Guid logicalView
)
bool CanOpenSpecificDocumentView(
    Guid logicalView
)
function CanOpenSpecificDocumentView(
    logicalView : Guid
) : boolean

Parameters

Return Value

Type: System.Boolean
true if a document view window can be opened; otherwise, false.

Remarks

This method uses the document provider service IVsDataViewDocumentProvider and calls the CanOpen method.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace

OpenSpecificDocumentView

LogicalView