共用方式為


UITechnologyElement.TopLevelElement 屬性

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

語法

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

屬性值

類型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間