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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.