DataCollectorExceptionMessageInfo.ElementName (Propiedad)

Obtiene el nombre del elemento de prueba en el que se conserva el mensaje.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Protected Overrides ReadOnly Property ElementName As String
protected override string ElementName { get; }
protected:
virtual property String^ ElementName {
    String^ get () override;
}
abstract ElementName : string with get
override ElementName : string with get
override function get ElementName () : String

Valor de propiedad

Tipo: System.String
El nombre del elemento de prueba en el que se conserva el mensaje.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorExceptionMessageInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)