Compartir a través de


GraphSchema.Properties (Propiedad)

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

Sintaxis

'Declaración
Public Property Properties As GraphPropertyCollection
    Get
    Private Set
public GraphPropertyCollection Properties { get; private set; }
public:
property GraphPropertyCollection^ Properties {
    GraphPropertyCollection^ get ();
    private: void set (GraphPropertyCollection^ value);
}
member Properties : GraphPropertyCollection with get, private set
function get Properties () : GraphPropertyCollection
private function set Properties (value : GraphPropertyCollection)

Valor de propiedad

Tipo: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Seguridad de .NET Framework

Vea también

Referencia

GraphSchema Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)