Freigeben über


GraphCategory.BasedOnCategory-Eigenschaft

Ruft die Basiskategorie oder NULL ab oder legt dies fest.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphCategory

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCategory Klasse

Microsoft.VisualStudio.GraphModel-Namespace