IVsDataExplorerNode.CanOpenSpecificDocumentView(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a document view window can be opened for the current node.
public:
bool CanOpenSpecificDocumentView(Guid logicalView);
public bool CanOpenSpecificDocumentView (Guid logicalView);
abstract member CanOpenSpecificDocumentView : Guid -> bool
Public Function CanOpenSpecificDocumentView (logicalView As Guid) As Boolean
Parameters
- logicalView
- Guid
A GUID value for the logical view obtained from the LogicalView enumeration.
Returns
true if a document view window can be opened; otherwise, false.