CodeGenerator.IsCurrentInterface Propiedad

Definición

Obtiene un valor que indica si el objeto que se está generando en la actualidad 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

Es true si el objeto actual es una interfaz; en caso contrario, es false.

Se aplica a