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: 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.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.