BamlLocalizabilityResolver.GetPropertyLocalizability Yöntem

Tanım

Belirtilen öğe türünün belirtilen özelliğinin yerelleştirilip yerelleştirilemeyeceğini gösteren bir değer döndürür.

public:
 abstract System::Windows::LocalizabilityAttribute ^ GetPropertyLocalizability(System::String ^ assembly, System::String ^ className, System::String ^ property);
public abstract System.Windows.LocalizabilityAttribute GetPropertyLocalizability (string assembly, string className, string property);
abstract member GetPropertyLocalizability : string * string * string -> System.Windows.LocalizabilityAttribute
Public MustOverride Function GetPropertyLocalizability (assembly As String, className As String, property As String) As LocalizabilityAttribute

Parametreler

assembly
String

Yerelleştirilecek BAML içeren derlemenin tam adı.

className
String

Yerelleştirilebilirlik bilgilerini almak istediğiniz öğenin tam sınıf adı.

property
String

Yerelleştirilebilirlik bilgilerini almak istediğiniz özelliğin adı.

Döndürülenler

LocalizabilityAttribute

Özelliğin yerelleştirilip verilmeyeceğini ve nasıl yerelleştirilebileceğini belirten bir nesne.

Şunlara uygulanır