Compartir a través de


GraphCategory.BasedOnCategory (Propiedad)

Obtener o establecer la categoría base o null

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.GraphModel.GraphCategory

Seguridad de .NET Framework

Vea también

Referencia

GraphCategory Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)