FrameworkTemplate.HasContent Propiedad
Definición
Obtiene un valor que indica si esta plantilla tiene contenido optimizado.Gets a value that indicates whether this template has optimized content.
public:
property bool HasContent { bool get(); };
public bool HasContent { get; }
member this.HasContent : bool
Public ReadOnly Property HasContent As Boolean
Valor de propiedad
Es true
si esta plantilla tiene contenido optimizado; de lo contrario, es false
.true
if this template has optimized content; otherwise, false
.