GraphPathSerializationDictionary.Values, propriété
Obtient un System.Collections.Generic.ICollection qui contient les valeurs de System.Collections.Generic.IDictionary.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Values As ICollection(Of String)
public ICollection<string> Values { get; }
public:
virtual property ICollection<String^>^ Values {
ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string>
override Values : ICollection<string>
final function get Values () : ICollection<String>
Valeur de propriété
Type : System.Collections.Generic.ICollection<String>
System.Collections.Generic.ICollection qui contient les valeurs de l'objet qui implémente System.Collections.Generic.IDictionary.
Implémentations
IDictionary<TKey, TValue>.Values
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.