PropertyMap.DefaultTranslators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of property mappings which are defined by default.
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)
Property Value
A Dictionary<TKey,TValue> which maps property names to corresponding PropertyTranslator delegates.
Remarks
For a list of default property mappings, see Windows Forms and WPF Property Mapping.
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.