다음을 통해 공유


GraphSchema.Properties 속성

이 스키마가 등록 된 모든 GraphProperty 개체입니다.

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

구문

‘선언
Public Property Properties As GraphPropertyCollection
public GraphPropertyCollection Properties { get; private set; }
public:
property GraphPropertyCollection^ Properties {
    GraphPropertyCollection^ get ();
    private: void set (GraphPropertyCollection^ value);
}
member Properties : GraphPropertyCollection with get, private set
function get Properties () : GraphPropertyCollection 
private function set Properties (value : GraphPropertyCollection)

속성 값

형식: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

.NET Framework 보안

참고 항목

참조

GraphSchema 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스