다음을 통해 공유


IXamlDirect.GetEnumProperty(Object, XamlPropertyIndex) 메서드

정의

특정 IXamlDirect에 대한 열거형 속성의 값을 가져옵니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 unsigned int GetEnumProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
uint32_t GetEnumProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public uint GetEnumProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetEnumProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As UInteger

매개 변수

xamlDirectObject
Object

Platform::Object

IInspectable

특정 IXamlDirect에 대한 참조입니다.

propertyIndex
XamlPropertyIndex

XamlPropertyIndex열거형에서 지원되는 속성 목록에서 값을 가져올 열거형 속성에 대한 참조입니다.

반환

UInt32

unsigned int

uint32_t

원하는 열거형 형식으로 캐스팅할 수 있는 지정된 속성의 UInt32 값입니다.

적용 대상

추가 정보