Compartir a través de


Breakpoint3.FunctionName (Propiedad)

Obtiene el nombre de la función que contiene el punto de interrupción.

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

Sintaxis

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

Valor de propiedad

Tipo: String
Cadena que contiene el nombre de la función.

Comentarios

Vea FunctionName.

Seguridad de .NET Framework

Vea también

Referencia

Breakpoint3 Interfaz

EnvDTE90a (Espacio de nombres)