Compartir a través de


DebugTemplateEventArgs.Succeeded (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating.VSHost
Ensamblado:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (en Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Sintaxis

'Declaración
Public Property Succeeded As Boolean
public bool Succeeded { get; set; }
public:
property bool Succeeded {
    bool get ();
    void set (bool value);
}
member Succeeded : bool with get, set
function get Succeeded () : boolean
function set Succeeded (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelva Boolean.

Seguridad de .NET Framework

Vea también

Referencia

DebugTemplateEventArgs Clase

Microsoft.VisualStudio.TextTemplating.VSHost (Espacio de nombres)