Condividi tramite


Metodo IVCWizCtlUI.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
Function GetConsumerClass ( _
    bstrClassName As String, _
    bAttributed As Boolean, _
    bCommand As Boolean, _
    bChange As Boolean, _
    bInsert As Boolean, _
    bDelete As Boolean _
) As String
string GetConsumerClass(
    string bstrClassName,
    bool bAttributed,
    bool bCommand,
    bool bChange,
    bool bInsert,
    bool bDelete
)
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
function GetConsumerClass(
    bstrClassName : String, 
    bAttributed : boolean, 
    bCommand : boolean, 
    bChange : boolean, 
    bInsert : boolean, 
    bDelete : boolean
) : String

Parametri

  • bstrClassName
    Tipo: String

    Necessario. Stringa contenente il nome della classe.

  • bAttributed
    Tipo: Boolean

    Opzionale. true se la classe è con attributi; in caso contrario, false.

  • bCommand
    Tipo: Boolean

    Opzionale. Indica che la classe genera codice per impostare ed eseguire comandi.

  • bChange
    Tipo: Boolean

    Opzionale. true se la classe può modificare un set di righe; in caso contrario, false.

  • bInsert
    Tipo: Boolean

    Opzionale. true se la classe può inserire elementi in un set di righe; in caso contrario, false.

  • bDelete
    Tipo: Boolean

    Opzionale. true se la classe può rimuovere elementi da un set di righe; in caso contrario, false.

Valore restituito

Tipo: String
Stringa contenente la classe consumer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVCWizCtlUI Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VsWizard