GraphSchema.Properties, propriété
Tous les objets de GraphProperty stockés avec ce schéma.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.