Localization.GetAttributes(Object) 메서드

정의

지정된 요소에서 연결된 속성의 AttributesProperty 값을 가져옵니다.

public:
 static System::String ^ GetAttributes(System::Object ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))]
public static string GetAttributes(object element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))>]
static member GetAttributes : obj -> string
Public Shared Function GetAttributes (element As Object) As String

매개 변수

element
Object

Object 연결된 속성을 검색할 요소를 나타내는 A입니다.

반품

String 지역화 특성을 나타내는 값입니다.

특성

예제

다음 코드 예제에서는 단추에 대해 정의된 지역화 특성을 검색하는 방법을 보여 줍니다.

설명

지역화 특성은 지역화할 리소스를 지정합니다.

적용 대상

추가 정보