共用方式為


UITestControl.Container 屬性

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable Property Container As UITestControl
public virtual UITestControl Container { get; set; }
public:
virtual property UITestControl^ Container {
    UITestControl^ get ();
    void set (UITestControl^ value);
}
abstract Container : UITestControl with get, set 
override Container : UITestControl with get, set
function get Container () : UITestControl 
function set Container (value : UITestControl)

屬性值

類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl

.NET Framework 安全性

請參閱

參考

UITestControl 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間