PropertyMap.DefaultTranslators 属性

定义

获取默认定义的属性映射集合。

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)

属性值

一个将属性名称映射到对应的 PropertyTranslator 委托的 Dictionary<TKey,TValue>

注解

有关默认属性映射的列表,请参阅 Windows 窗体 和 WPF 属性映射

适用于

另请参阅