Partager via


Entry.EntryType, propriété

Le type doit être le type attendu d'énumérations de ValueString ou d'ActionLogFormats/ActionNames auquel cas la chaîne correspondant à ces énumérations est prise.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Type
retourne Type ;

Sécurité .NET Framework

Voir aussi

Référence

Entry Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms