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

参数

返回值

类型:System.Object
此元素的选项的值。

实现

IUITechnologyElement.GetOption(UITechnologyElementOption)

异常

异常 条件
NotSupportedException

如果元素的选项,不支持引发System.NotSupportedException。

.NET Framework 安全性

请参见

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间