GraphCategory.BasedOnCategory 屬性

取得/設定基底分類或 Null

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Property BasedOnCategory As GraphCategory
public GraphCategory BasedOnCategory { get; set; }
public:
property GraphCategory^ BasedOnCategory {
    GraphCategory^ get ();
    void set (GraphCategory^ value);
}
member BasedOnCategory : GraphCategory with get, set
function get BasedOnCategory () : GraphCategory
function set BasedOnCategory (value : GraphCategory)

屬性值

型別:Microsoft.VisualStudio.GraphModel.GraphCategory

.NET Framework 安全性

請參閱

參考

GraphCategory 類別

Microsoft.VisualStudio.GraphModel 命名空間