AutomationElement.RuntimeIdProperty フィールド

定義

要素のランタイム識別子を格納するプロパティを識別します。

public: static initonly System::Windows::Automation::AutomationProperty ^ RuntimeIdProperty;
public static readonly System.Windows.Automation.AutomationProperty RuntimeIdProperty;
 staticval mutable RuntimeIdProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly RuntimeIdProperty As AutomationProperty 

フィールド値

次の例では、 プロパティの現在の値を取得します。

int[] runtimeIdentifier = (int[])
    autoElement.GetCurrentPropertyValue(AutomationElement.RuntimeIdProperty);
Dim runtimeIdentifier As Integer() = _
    CType(autoElement.GetCurrentPropertyValue(AutomationElement.RuntimeIdProperty), Integer())

注釈

この識別子は、UI オートメーションクライアント アプリケーションで使用されます。 UI オートメーション プロバイダーでは、 でAutomationElementIdentifiers同等の識別子を使用する必要があります。

ランタイム ID プロパティは、デスクトップで一意の の AutomationElement ID を指定します。

プロパティの戻り値は、 型 Int32の配列です。 既定値はありません。

適用対象

こちらもご覧ください