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> with get
function get PropertyValues () : IDictionary<String, Object>

Valeur de propriété

Type : IDictionary<String, Object>
Une collection de paires nom/valeur contenant les noms de propriété et les valeurs existants.

Sécurité .NET Framework

Voir aussi

Référence

DataObjectChangedEventArgs Classe

Microsoft.VisualStudio.Data.Services, espace de noms