Método VCWizCtlClass.GetConsumerClass
Retorna uma cadeia de caracteres que contém a classe do consumidor.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
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
Parâmetros
- bstrClassName
Tipo: System.String
Obrigatório.Uma cadeia de caracteres que contém o nome da classe.
- bAttributed
Tipo: System.Boolean
Opcional. true se a classe é atribuída; se não false.
- bCommand
Tipo: System.Boolean
Opcional.Indica que a classe gera código para definir e executar comandos.
- bChange
Tipo: System.Boolean
Opcional. true se a classe pode alterar um rowset; se não false.
- bInsert
Tipo: System.Boolean
Opcional. true se a classe pode inserir itens em um rowset; se não false.
- bDelete
Tipo: System.Boolean
Opcional. true se a classe pode remover itens de um rowset; se não false.
Valor de retorno
Tipo: System.String
Uma cadeia de caracteres que contém a classe do consumidor.
Implementações
IVCWizCtlUI.GetConsumerClass(String, Boolean, Boolean, Boolean, Boolean, Boolean)
Comentários
Consulte Assistente do ATL OLE DB consumidor para mais informações.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.VsWizard