IVsDataExplorerNode.DocumentMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the document moniker for this node through the data view hierarchy.
public:
property System::String ^ DocumentMoniker { System::String ^ get(); };
public string DocumentMoniker { get; }
member this.DocumentMoniker : string
Public ReadOnly Property DocumentMoniker As String
Property Value
A String value holding the document moniker for this node, or null if the moniker could not be obtained.