UIMap.GetUIObjectNameForElement 方法
傳回 UI 物件的名稱,這個物件對應至所提供之 UI 項目。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Function GetUIObjectNameForElement ( _
element As UITechnologyElement _
) As String
public string GetUIObjectNameForElement(
UITechnologyElement element
)
public:
String^ GetUIObjectNameForElement(
UITechnologyElement^ element
)
member GetUIObjectNameForElement :
element:UITechnologyElement -> string
public function GetUIObjectNameForElement(
element : UITechnologyElement
) : String
參數
- element
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
UITechnologyElement 物件。
傳回值
型別:System.String
對應 UI 物件的名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。