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.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Protected Friend Property PropertyName As String
    Get
    Set
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: System.String
Nome della proprietà associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyProvider Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting