Freigeben über


PropertyMap.DefaultTranslators Eigenschaft

Definition

Ruft eine Auflistung von standardmäßig definierten Eigenschaftenzuordnungen ab.

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)

Eigenschaftswert

Ein Dictionary<TKey,TValue>, das den entsprechenden PropertyTranslator-Delegaten Eigenschaftennamen zuordnet.

Hinweise

Eine Liste der Standardeigenschaftenzuordnungen finden Sie unter Windows Forms und WPF-Eigenschaftenzuordnung.

Gilt für:

Weitere Informationen