Share via


IVsDataViewDocumentProvider.GetMoniker(Int32) Method

Definition

When implemented by a class, retrieves the document moniker for the specified node in the data view.

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

Parameters

itemId
Int32

A numerical identifier for the node in the data view.

Returns

The document moniker.

Applies to