Condividi tramite


Proprietà Breakpoint3.FunctionName

Ottiene il nome della funzione contenente il punto di interruzione.

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

Sintassi

'Dichiarazione
ReadOnly Property FunctionName As String
string FunctionName { get; }
property String^ FunctionName {
    String^ get ();
}
abstract FunctionName : string with get
function get FunctionName () : String

Valore proprietà

Tipo: String
Stringa contenente il nome della funzione.

Note

Vedere FunctionName.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Breakpoint3 Interfaccia

Spazio dei nomi EnvDTE90a