Compartir a través de


Breakpoint3.Name (Propiedad)

Establece o devuelve el nombre del punto de interrupción.

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

Sintaxis

'Declaración
Default Property Name As String
    Get
    Set
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propiedad

Tipo: System.String
Una cadena que contiene el nombre del punto de interrupción.

Implementaciones

Breakpoint2.Name

Comentarios

Vea Name.

Seguridad de .NET Framework

Vea también

Referencia

Breakpoint3 Interfaz

Name (Sobrecarga)

EnvDTE90a (Espacio de nombres)