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 命名空间