CodeGenerator.IsCurrentInterface Propiedad

Definición

Obtiene un valor que indica si el objeto actual que se va a generar es una interfaz.

protected:
 property bool IsCurrentInterface { bool get(); };
protected bool IsCurrentInterface { get; }
member this.IsCurrentInterface : bool
Protected ReadOnly Property IsCurrentInterface As Boolean

Valor de propiedad

true si el objeto actual es una interfaz; de lo contrario, false.

Se aplica a