ResourceDictionary.FindName(String) Metoda

Definice

Tuto implementaci slovníku nepodporuje.

public:
 virtual System::Object ^ FindName(System::String ^ name);
public object FindName (string name);
abstract member FindName : string -> obj
override this.FindName : string -> obj
Public Function FindName (name As String) As Object

Parametry

name
String

Identifikátor názvu požadovaného objektu.

Návraty

Object

Vždy vrátí hodnotu null.

Implementuje

Poznámky

Třída ResourceDictionary nepodporuje registraci podle názvu. Místo toho používá klíče.

Platí pro