CodeGraphNodeIdBuilder.GetFullyQualifiedLabel Method (CodeGraphNodeIdLabelFormats)

 

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

Syntax

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

Parameters

Return Value

Type: System.String

Returns String.

See Also

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

Return to top