共用方式為


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 安全性

請參閱

參考

Entry 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間