Sdílet prostřednictvím


VCWizCtlClass.GetConsumerClass – metoda

Vrátí řetězec obsahující třídy 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: System.String
    Povinné.Řetězec obsahující název třídy.
  • bAttributed
    Typ: System.Boolean
    Nepovinné. true Pokud je třída atributy; jinak false.
  • bCommand
    Typ: System.Boolean
    Nepovinné.Označuje, že třída generuje kód a příkazy.
  • bChange
    Typ: System.Boolean
    Nepovinné. true Pokud upravit třídu sady řádků; jinak false.
  • bInsert
    Typ: System.Boolean
    Nepovinné. true Pokud třídy můžete vložit položky do řádků; jinak false.
  • bDelete
    Typ: System.Boolean
    Nepovinné. true Pokud třída může odebrat položky ze sady řádků; jinak false.

Vrácená hodnota

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

Implementuje

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

Poznámky

Viz 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

Rozšířený objektový model Visual C++