IXamlDirect.GetPointProperty(Object, XamlPropertyIndex) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の IXamlDirect の Point プロパティの値を取得します。
このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKの WinUI については、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 プロパティへの参照。
戻り値
指定したプロパティのポイント値。