Share via


ClassViewNavigationInfoNode.ReferenceName Property

Gets the reference name of the element.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property ReferenceName As String
public string ReferenceName { get; }
public:
property String^ ReferenceName {
    String^ get ();
}
member ReferenceName : string with get
function get ReferenceName () : String

Property Value

Type: System.String
The reference name of the element.

.NET Framework Security

See Also

Reference

ClassViewNavigationInfoNode Structure

Microsoft.VisualStudio.Modeling.Shell Namespace