Share via


IVsDataViewDocumentProvider.IsSupported(Int32) Method

Definition

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.

Applies to