Aracılığıyla paylaş


GraphObject.GetSchemaValue Yöntem

Varsa, özelliğin şema özgü değerini alır.

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

'Bildirim
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

Parametreler

Dönüş Değeri

Tür: System.Object
Şema özgü özelliğinin değeri.Böyle bir değeri varsa, null değerini alır.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GraphObject Sınıf

Microsoft.VisualStudio.GraphModel Ad Alanı