Partilhar via


Método IVCWizCtlUI.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
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

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.

Segurança do .NET Framework

Consulte também

Referência

IVCWizCtlUI Interface

Namespace Microsoft.VisualStudio.VsWizard