Share via


CodeGraphNodeIdBuilder.GetLabel Method (CodeGraphNodeIdLabelFormats)

 

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

Syntax

public string GetLabel(
    CodeGraphNodeIdLabelFormats labelFormat
)
public:
String^ GetLabel(
    CodeGraphNodeIdLabelFormats labelFormat
)
member GetLabel : 
        labelFormat:CodeGraphNodeIdLabelFormats -> string
Public Function GetLabel (
    labelFormat As CodeGraphNodeIdLabelFormats
) As String

Parameters

Return Value

Type: System.String

Returns String.

See Also

CodeGraphNodeIdBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top