共用方式為


UITechnologyElementProxy.GetOption 方法

取得這 IUITechnologyElement 的選項。

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

語法

'宣告
Public Overrides Function GetOption ( _
    technologyElementOption As UITechnologyElementOption _
) As Object
public override Object GetOption(
    UITechnologyElementOption technologyElementOption
)
public:
virtual Object^ GetOption(
    UITechnologyElementOption technologyElementOption
) override
abstract GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object  
override GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object
public override function GetOption(
    technologyElementOption : UITechnologyElementOption
) : Object

參數

傳回值

類型:Object
這個項目選項的值。

實作

IUITechnologyElement.GetOption(UITechnologyElementOption)

例外狀況

例外狀況 條件
NotSupportedException

如果項目不支援選項,擲回 System.NotSupportedException。

.NET Framework 安全性

請參閱

參考

UITechnologyElementProxy 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間