次の方法で共有


UITechnologyElementProxy.TopLevelElement プロパティ

この要素に対応するトップ レベルのウィンドウを取得または設定します。トップ レベルのウィンドウは、通常、デスクトップの子です。これが設定されていない場合、フレームワークは要素の最上位の親にこれを設定します (先祖としてデスクトップを無視後)。

名前空間:  Microsoft.VisualStudio.TestTools.UITesting
アセンブリ:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll 内)

構文

'宣言
Public Overrides Property TopLevelElement As UITechnologyElement
public override UITechnologyElement TopLevelElement { get; set; }
public:
virtual property UITechnologyElement^ TopLevelElement {
    UITechnologyElement^ get () override;
    void set (UITechnologyElement^ value) override;
}
abstract TopLevelElement : UITechnologyElement with get, set
override TopLevelElement : UITechnologyElement with get, set
override function get TopLevelElement () : UITechnologyElement
override function set TopLevelElement (value : UITechnologyElement)

プロパティ値

型 : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
トップ レベルのウィンドウ。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

UITechnologyElementProxy クラス

Microsoft.VisualStudio.TestTools.UITesting 名前空間