GraphObject.Item, propriété
Propriété qui obtient ou définit une valeur de propriété.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
property As GraphProperty _
) As Object
public Object this[
GraphProperty property
] { get; set; }
public:
property Object^ default[GraphProperty^ property] {
Object^ get (GraphProperty^ property);
void set (GraphProperty^ property, Object^ value);
}
member Item :
property:GraphProperty -> Object with get, set
JScript ne prend pas en charge les propriétés indexées.
Paramètres
- property
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
Valeur de propriété
Type : Object
Objet associé avec l'annotation, ou valeur par défaut si l'annotation n'existe pas.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.