Share via


CodeGraphNodeIdBuilder.MostSpecificLabel Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace