PropertyMap.DefaultTranslators Eigenschap

Definitie

Hiermee haalt u een verzameling eigenschapstoewijzingen op die standaard worden gedefinieerd.

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)

Waarde van eigenschap

Een Dictionary<TKey,TValue> die eigenschapsnamen toe wijst aan bijbehorende PropertyTranslator gemachtigden.

Opmerkingen

Zie Windows Forms en WPF Eigenschapstoewijzing voor een lijst met standaardeigenschapstoewijzingen.

Van toepassing op

Zie ook