IXamlDirect.GetPointProperty(Object, XamlPropertyIndex) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 IXamlDirect에 대한 Point 속성 값을 가져옵니다.
이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).
public:
Point GetPointProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Point GetPointProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Point GetPointProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetPointProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Point
매개 변수
- xamlDirectObject
-
Object
Platform::Object
IInspectable
특정 IXamlDirect에 대한 참조입니다.
- propertyIndex
- XamlPropertyIndex
XamlPropertyIndex 열거형에서 지원되는 속성 목록에서 값을 가져올 Point 속성에 대한 참조입니다.
반환
지정된 속성의 점 값입니다.