Sdílet prostřednictvím


IVCWizCtlUI.GetConsumerClass – metoda

Vrátí hodnotu typu string obsahující třída příjemce.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

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

Parametry

  • bstrClassName
    Typ: String

    Požadováno.Řetězec obsahující název třídy.

  • bAttributed
    Typ: Boolean

    Volitelné.truePokud se atributy třídy; jinak false.

  • bCommand
    Typ: Boolean

    Volitelné.Označuje, že třída generuje kód k nastavení a spuštění příkazů.

  • bChange
    Typ: Boolean

    Volitelné.trueje-li upravit třídu sady řádků; jinak false.

  • bInsert
    Typ: Boolean

    Volitelné.truePokud třídy můžete vložit položky do sady řádků; jinak false.

  • bDelete
    Typ: Boolean

    Volitelné.truePokud třídy můžete odebrat položky ze sady řádků; jinak false.

Vrácená hodnota

Typ: String
Řetězec obsahující třída příjemce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů