GraphSchema.Categories (Propiedad)

Todos los objetos de GraphCategory registrados con este esquema.

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

Sintaxis

'Declaración
Public Property Categories As GraphCategoryCollection
public GraphCategoryCollection Categories { get; private set; }
public:
property GraphCategoryCollection^ Categories {
    GraphCategoryCollection^ get ();
    private: void set (GraphCategoryCollection^ value);
}
member Categories : GraphCategoryCollection with get, private set
function get Categories () : GraphCategoryCollection
private function set Categories (value : GraphCategoryCollection)

Valor de propiedad

Tipo: Microsoft.VisualStudio.GraphModel.GraphCategoryCollection

Seguridad de .NET Framework

Vea también

Referencia

GraphSchema Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)