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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.