次の方法で共有


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 フォームと WPF プロパティ マッピング」を参照してください。

適用対象

こちらもご覧ください