Gets the document moniker for this node through the data view hierarchy.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
ReadOnly Property DocumentMoniker As String
'使用
Dim instance As IVsDataExplorerNode
Dim value As String
value = instance.DocumentMoniker
string DocumentMoniker { get; }
property String^ DocumentMoniker {
String^ get ();
}
function get DocumentMoniker () : String
Property Value
Type: System.String
A String value holding the document moniker for this node, or a null reference (Nothing in Visual Basic) if the moniker could not be obtained.
Remarks
This method passes the ID of the current node to the [T:Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewDocumentProvider.GetMoniker(System.Int32)] method, which returns the document moniker.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.