Partager via


PropertyMap.DefaultTranslators Propriété

Définition

Obtient une collection de mappages de propriété qui sont définis par défaut.

protected:
 property System::Collections::Generic::Dictionary<System::String ^, System::Windows::Forms::Integration::PropertyTranslator ^> ^ DefaultTranslators { System::Collections::Generic::Dictionary<System::String ^, System::Windows::Forms::Integration::PropertyTranslator ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,System.Windows.Forms.Integration.PropertyTranslator> DefaultTranslators { get; }
member this.DefaultTranslators : System.Collections.Generic.Dictionary<string, System.Windows.Forms.Integration.PropertyTranslator>
Protected ReadOnly Property DefaultTranslators As Dictionary(Of String, PropertyTranslator)

Valeur de propriété

Un Dictionary<TKey,TValue> qui mappe les noms des propriétés aux délégués PropertyTranslator correspondants.

Remarques

Pour obtenir la liste des mappages de propriétés par défaut, consultez mappage de propriétés Windows Forms et WPF.

S’applique à

Voir aussi