GraphSchema.Properties 属性

向此模式中注册的所有 GraphProperty 对象。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Property Properties As GraphPropertyCollection
public GraphPropertyCollection Properties { get; private set; }
public:
property GraphPropertyCollection^ Properties {
    GraphPropertyCollection^ get ();
    private: void set (GraphPropertyCollection^ value);
}
member Properties : GraphPropertyCollection with get, private set
function get Properties () : GraphPropertyCollection 
private function set Properties (value : GraphPropertyCollection)

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

.NET Framework 安全性

请参阅

参考

GraphSchema 类

Microsoft.VisualStudio.GraphModel 命名空间