共用方式為


CodeGraphNodeIdBuilder.GetLabel 方法

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

語法

'宣告
Public Function GetLabel ( _
    labelFormat As CodeGraphNodeIdLabelFormats _
) As String
public string GetLabel(
    CodeGraphNodeIdLabelFormats labelFormat
)
public:
String^ GetLabel(
    CodeGraphNodeIdLabelFormats labelFormat
)
member GetLabel : 
        labelFormat:CodeGraphNodeIdLabelFormats -> string
public function GetLabel(
    labelFormat : CodeGraphNodeIdLabelFormats
) : String

參數

傳回值

類型:String
傳回 String

.NET Framework 安全性

請參閱

參考

CodeGraphNodeIdBuilder 類別

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