다음을 통해 공유


GraphNode.Label 속성

노드에 표시할 수 있는 레이블입니다.

레이블이 정의되지 않은 경우 ID를 반환하여 사용자에게 표시할 정보를 항상 포함하도록 합니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public Property Label As String
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String 
function set Label (value : String)

속성 값

형식: String

.NET Framework 보안

참고 항목

참조

GraphNode 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스