Share via


DataViewDocumentProvider.GetMoniker(Int32) Method

Definition

Retrieves the document moniker for the specified node in the data view.

public:
 virtual System::String ^ GetMoniker(int itemId);
public virtual string GetMoniker (int itemId);
abstract member GetMoniker : int -> string
override this.GetMoniker : int -> string
Public Overridable Function GetMoniker (itemId As Integer) As String

Parameters

itemId
Int32

A numerical identifier for the node in the data view.

Returns

The document moniker.

Implements

Applies to