Entry.EntryType 屬性
在與列舉型別相關的字串要採取的情況下,型別應該是 ValueString 或 ActionLogFormats/ActionNames 列舉的預期型別。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public Property EntryType As Type
public Type EntryType { get; set; }
public:
property Type^ EntryType {
Type^ get ();
void set (Type^ value);
}
member EntryType : Type with get, set
function get EntryType () : Type
function set EntryType (value : Type)
屬性值
類型:Type
傳回 Type。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。