GraphPathSerializationDictionary.Values Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un System. Collections. Generic. ICollection contenant les valeurs de System. Collections. Generic. IDictionary.
public:
property System::Collections::Generic::ICollection<System::String ^> ^ Values { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Values { get; }
member this.Values : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Values As ICollection(Of String)
Valeur de propriété
System. Collections. Generic. ICollection contenant les valeurs de l’objet qui implémente System. Collections. Generic. IDictionary.