Sdílet prostřednictvím


VCWizCtlClass.GetConsumerClass – metoda

Vrátí hodnotu typu string obsahující třída příjemce.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Public Overridable Function GetConsumerClass ( _
    bstrClassName As String, _
    bAttributed As Boolean, _
    bCommand As Boolean, _
    bChange As Boolean, _
    bInsert As Boolean, _
    bDelete As Boolean _
) As String
public virtual string GetConsumerClass(
    string bstrClassName,
    bool bAttributed,
    bool bCommand,
    bool bChange,
    bool bInsert,
    bool bDelete
)
public:
virtual String^ GetConsumerClass(
    [InAttribute] String^ bstrClassName, 
    [InAttribute] bool bAttributed, 
    [InAttribute] bool bCommand, 
    [InAttribute] bool bChange, 
    [InAttribute] bool bInsert, 
    [InAttribute] bool bDelete
)
abstract GetConsumerClass : 
        bstrClassName:string * 
        bAttributed:bool * 
        bCommand:bool * 
        bChange:bool * 
        bInsert:bool * 
        bDelete:bool -> string  
override GetConsumerClass : 
        bstrClassName:string * 
        bAttributed:bool * 
        bCommand:bool * 
        bChange:bool * 
        bInsert:bool * 
        bDelete:bool -> string
public function GetConsumerClass(
    bstrClassName : String, 
    bAttributed : boolean, 
    bCommand : boolean, 
    bChange : boolean, 
    bInsert : boolean, 
    bDelete : boolean
) : String

Parametry

  • bstrClassName
    Typ: String

    Požadováno.Řetězec obsahující název třídy.

  • bAttributed
    Typ: Boolean

    Volitelné.truePokud se atributy třídy; jinak false.

  • bCommand
    Typ: Boolean

    Volitelné.Označuje, že třída generuje kód k nastavení a spuštění příkazů.

  • bChange
    Typ: Boolean

    Volitelné.trueje-li upravit třídu sady řádků; jinak false.

  • bInsert
    Typ: Boolean

    Volitelné.truePokud třídy můžete vložit položky do sady řádků; jinak false.

  • bDelete
    Typ: Boolean

    Volitelné.truePokud třídy můžete odebrat položky ze sady řádků; jinak false.

Vrácená hodnota

Typ: String
Řetězec obsahující třída příjemce.

Implementuje

IVCWizCtlUI.GetConsumerClass(String, Boolean, Boolean, Boolean, Boolean, Boolean)

Poznámky

Najdete Průvodce příjemce knihovny ATL technologie OLE DB Další informace.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCWizCtlClass Třída

Microsoft.VisualStudio.VsWizard – obor názvů

Další zdroje

Návrh průvodce

Práce s šablonami příjemců OLE DB

Model objektů rozšíření Visual C++