Share via


CodeGraphNodeIdBuilder.GetFullyQualifiedLabel Method (CodeGraphNodeIdLabelFormats)

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

Syntax

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

Parameters

Return Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

GetFullyQualifiedLabel Overload

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace