DataObjectChangedEventArgs.PropertyValues, propriété
Obtient une collection de paires nom/valeur contenant les noms de propriété et les valeurs existants.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PropertyValues As IDictionary(Of String, Object)
public IDictionary<string, Object> PropertyValues { get; }
public:
property IDictionary<String^, Object^>^ PropertyValues {
IDictionary<String^, Object^>^ get ();
}
member PropertyValues : IDictionary<string, Object>
function get PropertyValues () : IDictionary<String, Object>
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, Object>
Une collection de paires nom/valeur contenant les noms de propriété et les valeurs existants.
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.