UITechnologyElementProxy.SwitchingElement プロパティ
第 1 の方法が別のテクノロジの内部でホスト コンテナー要素を取得または設定します。
これは、フレームワークによって使用されます。
名前空間: Microsoft.VisualStudio.TestTools.UITesting
アセンブリ: Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll 内)
構文
'宣言
Public Overrides Property SwitchingElement As IUITechnologyElement
public override IUITechnologyElement SwitchingElement { get; set; }
public:
virtual property IUITechnologyElement^ SwitchingElement {
IUITechnologyElement^ get () override;
void set (IUITechnologyElement^ value) override;
}
abstract SwitchingElement : IUITechnologyElement with get, set
override SwitchingElement : IUITechnologyElement with get, set
override function get SwitchingElement () : IUITechnologyElement
override function set SwitchingElement (value : IUITechnologyElement)
プロパティ値
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
実装
IUITechnologyElement.SwitchingElement
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。