PropertyMap.DefaultTranslators Właściwość

Definicja

Pobiera kolekcję mapowań właściwości, które są definiowane domyślnie.

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)

Wartość właściwości

Dictionary<String,PropertyTranslator>

Element Dictionary<TKey,TValue> , który mapuje nazwy właściwości na odpowiednich PropertyTranslator pełnomocników.

Uwagi

Aby uzyskać listę domyślnych mapowań właściwości, zobacz Windows Forms i mapowanie właściwości WPF.

Dotyczy

Zobacz też