다음을 통해 공유


GraphNodeIdName.Values 속성

등록된 모든 GraphNodeId의 목록을 가져옵니다.

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

구문

‘선언
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)
public static IEnumerable<GraphNodeIdName> Values { get; }
public:
static property IEnumerable<GraphNodeIdName^>^ Values {
    IEnumerable<GraphNodeIdName^>^ get ();
}
static member Values : IEnumerable<GraphNodeIdName> with get
static function get Values () : IEnumerable<GraphNodeIdName>

속성 값

형식: IEnumerable<GraphNodeIdName>
GraphNodeId 개체의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

GraphNodeIdName 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스