GraphObject.PropertyCount, propriété
Propriété qui retourne un nombre quelconque de toutes les annotations.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PropertyCount As Integer
public int PropertyCount { get; }
public:
property int PropertyCount {
int get ();
}
member PropertyCount : int with get
function get PropertyCount () : int
Valeur de propriété
Type : Int32
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.