Partilhar via


Propriedade ITestElement.ReadOnly

Obtém um valor que indica se o elemento de teste é somente leitura.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Property ReadOnly As Boolean
    Get
    Set
bool ReadOnly { get; set; }
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
abstract ReadOnly : bool with get, set
function get ReadOnly () : boolean
function set ReadOnly (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se este elemento de teste é somente leitura; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common