UITestPropertyProvider.GetPropertyNames 方法
在衍生類別中覆寫時,傳回指定之控制項的屬性名稱集合。
命名空間: 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 MustOverride Function GetPropertyNames ( _
uiTestControl As UITestControl _
) As ICollection(Of String)
public abstract ICollection<string> GetPropertyNames(
UITestControl uiTestControl
)
public:
virtual ICollection<String^>^ GetPropertyNames(
UITestControl^ uiTestControl
) abstract
abstract GetPropertyNames :
uiTestControl:UITestControl -> ICollection<string>
public abstract function GetPropertyNames(
uiTestControl : UITestControl
) : ICollection<String>
參數
uiTestControl
類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl要從其取得屬性名稱的 UITestControl 控制項。
傳回值
類型:ICollection<String>
指定之控制項的屬性名稱集合。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting 命名空間