Condividi tramite


Proprietà GraphSchema.Properties

Tutti gli oggetti di GraphProperty registrati con questo schema.

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

Sintassi

'Dichiarazione
Public Property Properties As GraphPropertyCollection
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.GraphModel.GraphPropertyCollection

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphSchema Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel