共用方式為


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)

屬性值

Dictionary<String,PropertyTranslator>

將屬性名稱對應至對應之 PropertyTranslator 委派的 Dictionary<TKey,TValue>

備註

如需預設屬性對應的清單,請參閱Windows Forms 和 WPF 屬性對應

適用於

另請參閱