Partilhar via


Propriedade GraphSchema.Properties

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Segurança do .NET Framework

Consulte também

Referência

GraphSchema Classe

Namespace Microsoft.VisualStudio.GraphModel