다음을 통해 공유


GraphObject.GetSchemaValue 메서드

존재 하는 경우 스키마 관련 속성의 값을 가져옵니다.

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

구문

‘선언
Protected Friend Overridable Function GetSchemaValue ( _
    graphProperty As GraphProperty _
) As Object
protected internal virtual Object GetSchemaValue(
    GraphProperty graphProperty
)
protected public:
virtual Object^ GetSchemaValue(
    GraphProperty^ graphProperty
)
abstract GetSchemaValue : 
        graphProperty:GraphProperty -> Object  
override GetSchemaValue : 
        graphProperty:GraphProperty -> Object
function GetSchemaValue(
    graphProperty : GraphProperty
) : Object

매개 변수

반환 값

형식: Object
스키마 관련 속성의 값입니다.이러한 값이 없으면 null입니다.

.NET Framework 보안

참고 항목

참조

GraphObject 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스