ResourceDictionary.FindName(String) Method
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.
Not supported by this Dictionary implementation.
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
Parameters
- name
- String
The name identifier for the object being requested.
Returns
Always returns null
.
Implements
Remarks
The ResourceDictionary class does not support registering by name. It uses keys instead.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.