다음을 통해 공유


GraphSchema 생성자 (Graph, String)

새 GraphSchema 개체를 만듭니다.

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

구문

‘선언
Public Sub New ( _
    owner As Graph, _
    name As String _
)
public GraphSchema(
    Graph owner,
    string name
)
public:
GraphSchema(
    Graph^ owner, 
    String^ name
)
new : 
        owner:Graph * 
        name:string -> GraphSchema
public function GraphSchema(
    owner : Graph, 
    name : String
)

매개 변수

  • owner
    형식: Microsoft.VisualStudio.GraphModel.Graph

    Deserialize 된 범주 및 등록 되지 않은 정보를 보관 하기에 그래프 인스턴스와 연결 된 문서 스키마 인지 다른 위치를 정의 합니다.

  • name
    형식: String

    프로그래밍 방식으로 스키마의 이름입니다.

.NET Framework 보안

참고 항목

참조

GraphSchema 클래스

GraphSchema 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스