Condividi tramite


Metodo VCWizCtlClass.GetConsumerClass

Restituisce una stringa contenente la classe consumer.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

'Dichiarazione
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

Parametri

  • bstrClassName
    Tipo: System.String
    Necessario.Stringa contenente il nome della classe.
  • bAttributed
    Tipo: System.Boolean
    Opzionale. true se la classe è con attributi; in caso contrario, false.
  • bCommand
    Tipo: System.Boolean
    Opzionale.Indica che la classe genera codice per impostare ed eseguire comandi.
  • bChange
    Tipo: System.Boolean
    Opzionale. true se la classe può modificare un set di righe; in caso contrario, false.
  • bInsert
    Tipo: System.Boolean
    Opzionale. true se la classe può inserire elementi in un set di righe; in caso contrario, false.
  • bDelete
    Tipo: System.Boolean
    Opzionale. true se la classe può rimuovere elementi da un set di righe; in caso contrario, false.

Valore restituito

Tipo: System.String
Stringa contenente la classe consumer.

Implementa

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

Note

Per ulteriori informazioni, vedere Creazione guidata consumer OLE DB ATL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCWizCtlClass Classe

Spazio dei nomi Microsoft.VisualStudio.VsWizard

Altre risorse

Progettazione di una procedura guidata

Utilizzo dei modelli consumer OLE DB

Modello a oggetti Extensibility di Visual C++