GraphSchema.Properties 属性

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

语法

声明
Public Property Properties As GraphPropertyCollection
    Get
    Private Set
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 命名空间