共用方式為


CodeGraphNodeIdBuilder.GetFullyQualifiedLabel 方法 (CodeGraphNodeIdLabelFormats)

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll 中)

語法

'宣告
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

參數

傳回值

類型:String
傳回 String

.NET Framework 安全性

請參閱

參考

CodeGraphNodeIdBuilder 類別

GetFullyQualifiedLabel 多載

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema 命名空間