IEditorFormatMap.SetProperties(String, ResourceDictionary) Yöntem

Tanım

ResourceDictionaryBir anahtarın konumunu ayarlar.

public:
 void SetProperties(System::String ^ key, System::Windows::ResourceDictionary ^ properties);
public void SetProperties (string key, System.Windows.ResourceDictionary properties);
abstract member SetProperties : string * System.Windows.ResourceDictionary -> unit
Public Sub SetProperties (key As String, properties As ResourceDictionary)

Parametreler

key
String

Anahtar.

properties
ResourceDictionary

Özelliklerin yeni ResourceDictionary özellikleri.

Açıklamalar

Özellikleri ayarlamak FormatMappingChanged olayının oluşturulmasına neden olur.

ResourceDictionaryKüme beklenen özellikleri içermiyorsa, özelliklerin tüketicisi bir özel durum oluşturabilir.

Şunlara uygulanır