GraphPathSerializationDictionary.Values, propriété
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)
Get
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>
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.