Freigeben über


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
    Get
string DocumentMoniker { get; }
property String^ DocumentMoniker {
    String^ get ();
}
abstract DocumentMoniker : string
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

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace