ControlData.ControlType 屬性
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
控制項型別。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
組件: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)
語法
'宣告
Public Property ControlType As String
Get
Set
public string ControlType { get; set; }
public:
property String^ ControlType {
String^ get ();
void set (String^ value);
}
member ControlType : string with get, set
function get ControlType () : String
function set ControlType (value : String)
屬性值
型別:System.String
控制項的型別。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空間