Condividi tramite


Proprietà UITestPropertyProvider.PropertyName

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta il nome della proprietà associata.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Protected Friend Property PropertyName As String
protected internal string PropertyName { get; set; }
protected public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String 
function set PropertyName (value : String)

Valore proprietà

Tipo: String
Nome della proprietà associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyProvider Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting