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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.