Proprietà Breakpoint3.Name

Imposta o restituisce il nome del punto di interruzione.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Stringa contenente il nome del punto di interruzione.

Implementa

Breakpoint2.Name

Note

Vedere Name.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Breakpoint3 Interfaccia

Overload Name

Spazio dei nomi EnvDTE90a