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입니다.

반환

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

특성

예제

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

설명

지역화 특성을 지역화할 수 있는 리소스를 지정 합니다.

적용 대상

추가 정보