次の方法で共有


IVisualTreeService::GetPropertyValuesChain メソッド (xamlom.h)

渡された要素に設定されたすべてのプロパティの配列と、プロパティの有効な値の設定に関連するすべてのスタイルの配列を取得します。

構文

HRESULT GetPropertyValuesChain(
  [in]  InstanceHandle      instanceHandle,
  [out] unsigned int        *pSourceCount,
  [out] PropertyChainSource **ppPropertySources,
  [out] unsigned int        *pPropertyCount,
  [out] PropertyChainValue  **ppPropertyValues
);

パラメーター

[in] instanceHandle

プロパティのクエリを実行する要素へのハンドル。

[out] pSourceCount

プロパティ ソース配列の数。

[out] ppPropertySources

プロパティ ソースの配列。

[out] pPropertyCount

プロパティ値配列の数。

[out] ppPropertyValues

プロパティ値の配列。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。 通常の状態では、このメソッドは失敗しません。

解説

GetPropertyValuesChain は 、渡された要素に設定されたすべてのプロパティを表す PropertyChainValue 構造体の配列を返します。 また、各プロパティの有効な値の設定に関連するすべてのスタイルを表す PropertyChainSource 構造体の配列も返します。

要件

   
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー xamlom.h

関連項目

IVisualTreeService