다음을 통해 공유


GraphObject.DocumentSchema 속성

이 그래프의 소유자 로부터 로컬 문서 스키마를 가져옵니다.

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

구문

‘선언
Public Overridable ReadOnly Property DocumentSchema As GraphSchema
public virtual GraphSchema DocumentSchema { get; }
public:
virtual property GraphSchema^ DocumentSchema {
    GraphSchema^ get ();
}
abstract DocumentSchema : GraphSchema with get 
override DocumentSchema : GraphSchema with get
function get DocumentSchema () : GraphSchema

속성 값

형식: Microsoft.VisualStudio.GraphModel.GraphSchema

.NET Framework 보안

참고 항목

참조

GraphObject 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스