IRawElementProviderSimple インターフェイス

定義

UI 要素に関する基本的な情報を公開するメソッドとプロパティを提供します。

public interface class IRawElementProviderSimple
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("d6dd68d1-86fd-4332-8666-9abedea2d24c")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRawElementProviderSimple
public interface IRawElementProviderSimple
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("d6dd68d1-86fd-4332-8666-9abedea2d24c")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRawElementProviderSimple = interface
type IRawElementProviderSimple = interface
Public Interface IRawElementProviderSimple
派生
属性

注釈

このインターフェイスは、ボタンなどの単純な要素のUI オートメーション プロバイダーに実装できます。 また、既定のプロバイダーが既に存在する要素に対して、追加のプロパティまたはコントロール パターンを提供するプロバイダーに実装したり、既存のプロパティやコントロール パターンをオーバーライドしたりすることもできます。

複雑な要素のプロバイダーは、 または IRawElementProviderFragmentRootを実装IRawElementProviderFragmentする必要があります。

プロパティ

HostRawElementProvider

この要素の基本プロバイダーを取得します。

ProviderOptions

クライアント側のプロバイダーであるか、サーバー側のプロバイダーであるかなど、UI オートメーション プロバイダーの特性を示す値を取得します。

メソッド

GetPatternProvider(Int32)

UI オートメーション要素のコントロール パターンのサポートを提供する オブジェクトを取得します。

GetPropertyValue(Int32)

UI オートメーション プロバイダーでサポートされるプロパティの値を取得します。

適用対象

こちらもご覧ください