BamlLocalizableResourceKey(String, String, String) Constructor

Definition

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