Compartir a través de


HelpImpl Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
Property HelpImpl As IQueryDesignerHelpImpl
    Get
    Set
'Uso
Dim instance As IQueryDesignerHelpConsumer
Dim value As IQueryDesignerHelpImpl

value = instance.HelpImpl

instance.HelpImpl = value
IQueryDesignerHelpImpl HelpImpl { get; set; }
property IQueryDesignerHelpImpl^ HelpImpl {
    IQueryDesignerHelpImpl^ get ();
    void set (IQueryDesignerHelpImpl^ value);
}
abstract HelpImpl : IQueryDesignerHelpImpl with get, set
function get HelpImpl () : IQueryDesignerHelpImpl
function set HelpImpl (value : IQueryDesignerHelpImpl)