IVsDataViewDocumentProvider.GetMoniker(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.
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.