DataViewDocumentProvider.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.
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.