DataViewDocumentProvider.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.
Indicates whether a document is supported for the specified node in the data view.
public:
virtual bool IsSupported(int itemId);
public virtual bool IsSupported (int itemId);
abstract member IsSupported : int -> bool
override this.IsSupported : int -> bool
Public Overridable 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.