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

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace