XamlDirect.GetObjectProperty(IXamlDirectObject, XamlPropertyIndex) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の IXamlDirectObject のオブジェクト プロパティの値を取得します。
public:
virtual Platform::Object ^ GetObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetObjectProperty;
IInspectable GetObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public object GetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getObjectProperty(xamlDirectObject, propertyIndex)
Public Function GetObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Object
パラメーター
- xamlDirectObject
- IXamlDirectObject
特定の IXamlDirectObject への参照。
- propertyIndex
- XamlPropertyIndex
XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を取得するオブジェクト プロパティへの参照。
戻り値
指定したプロパティのオブジェクト値。