IVsDataViewDocumentProvider.IsSupported(Int32) 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.
When implemented by a class, indicates whether a document is supported for the specified node in the data view.
public:
bool IsSupported(int itemId);
public bool IsSupported (int itemId);
abstract member IsSupported : int -> bool
Public Function IsSupported (itemId As Integer) As Boolean
Parameters
- itemId
- Int32
A numerical identifier for the node in the data view.
Returns
true if the document is supported; otherwise, false.