다음을 통해 공유


GraphSchema.Contains 메서드

이 스키마는 지정 된 스키마의 자식 또는 손자로 포함 되어 있는 경우 true를 반환 합니다.

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

구문

‘선언
Public Function Contains ( _
    schema As GraphSchema _
) As Boolean
public bool Contains(
    GraphSchema schema
)
public:
bool Contains(
    GraphSchema^ schema
)
member Contains : 
        schema:GraphSchema -> bool
public function Contains(
    schema : GraphSchema
) : boolean

매개 변수

반환 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

GraphSchema 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스