Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
ReadOnly Property DocumentMoniker As String
'Usage
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 nulla 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.
.NET Framework Security
- 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.