BamlLocalizableResourceKey(String, String, String) Constructor
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.
Initializes a new instance of the BamlLocalizableResourceKey class with the supplied Uid, class name, and property name.
public:
BamlLocalizableResourceKey(System::String ^ uid, System::String ^ className, System::String ^ propertyName);
public BamlLocalizableResourceKey (string uid, string className, string propertyName);
new System.Windows.Markup.Localizer.BamlLocalizableResourceKey : string * string * string -> System.Windows.Markup.Localizer.BamlLocalizableResourceKey
Public Sub New (uid As String, className As String, propertyName As String)
Parameters
- uid
- String
The Uid of an element that has a localizable resource.
- className
- String
The class name of a localizable resource in binary XAML (BAML).
- propertyName
- String
The property name of a localizable resource in BAML.
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.