Поделиться через


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<TKey,TValue>, который сопоставляет имена свойств с соответствующими делегатами PropertyTranslator.

Комментарии

Список сопоставлений свойств по умолчанию см. в разделе Сопоставление свойств Windows Forms и WPF.

Применяется к

См. также раздел