Udostępnij za pośrednictwem


DataViewDocumentProvider.IsSupported(Int32) Method

Definition

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.

Implements

Applies to