Condividi tramite


Proprietà SetValueAction.Type

Ottiene o imposta il nome del tipo del valore di questa azione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
Public Property Type As String
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

Valore proprietà

Tipo: String
Nome del tipo del valore della proprietà Value.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetValueAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged