PropertyMap.DefaultTranslators Proprietà

Definizione

Ottiene una raccolta di mapping di proprietà definiti per impostazione predefinita.

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)

Valore della proprietà

Oggetto Dictionary<TKey,TValue> che esegue il mapping dei nomi di proprietà ai delegati PropertyTranslator corrispondenti.

Commenti

Per un elenco dei mapping delle proprietà predefiniti, vedere mapping delle proprietà Windows Forms e WPF.

Si applica a

Vedi anche