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 命名空间