IVsDataExplorerNode.DocumentMoniker Property
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
string DocumentMoniker { get; }
property String^ DocumentMoniker {
String^ get ();
}
abstract DocumentMoniker : string with 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 GetMoniker 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.