Condividi tramite


Proprietà GraphCategory.BasedOnCategory

Ottenere o impostare la categoria o null di base

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.GraphModel.GraphCategory

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphCategory Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel