Sdílet prostřednictvím


IVCWizCtlUI.GetConsumerClass – metoda

Vrátí řetězec obsahující třídy 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: System.String
    Povinné.Řetězec obsahující název třídy.
  • bAttributed
    Typ: System.Boolean
    Nepovinné. true Pokud je třída atributy; jinak false.
  • bCommand
    Typ: System.Boolean
    Nepovinné.Označuje, že třída generuje kód a příkazy.
  • bChange
    Typ: System.Boolean
    Nepovinné. true Pokud upravit třídu sady řádků; jinak false.
  • bInsert
    Typ: System.Boolean
    Nepovinné. true Pokud třídy můžete vložit položky do řádků; jinak false.
  • bDelete
    Typ: System.Boolean
    Nepovinné. true Pokud třída může odebrat položky ze sady řádků; jinak false.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů