Compartir a través de


Breakpoint3.Tag (Propiedad)

Establece u obtiene una cadena definida por el usuario que identifica este punto de interrupción.

Espacio de nombres:  EnvDTE90a
Ensamblado:  EnvDTE90a (en EnvDTE90a.dll)

Sintaxis

'Declaración
Property Tag As String
string Tag { get; set; }
property String^ Tag {
    String^ get ();
    void set (String^ value);
}
abstract Tag : string with get, set
function get Tag () : String 
function set Tag (value : String)

Valor de propiedad

Tipo: String
Cadena que contiene la etiqueta del punto de interrupción.

Comentarios

Vea Tag.

Seguridad de .NET Framework

Vea también

Referencia

Breakpoint3 Interfaz

EnvDTE90a (Espacio de nombres)