Udostępnij za pośrednictwem


Metoda IVCWizCtlUI.GetConsumerClass —

Zwraca ciąg zawierający klasy konsumentów.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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
    Wymagane.Ciąg zawierający nazwę klasy.
  • bAttributed
    Typ: System.Boolean
    Opcjonalne. true Jeśli klasa jest przypisane; w przeciwnym razie false.
  • bCommand
    Typ: System.Boolean
    Opcjonalne.Wskazuje, że klasa generuje kod, aby ustawić i wykonać polecenia.
  • bChange
    Typ: System.Boolean
    Opcjonalne. true Jeśli klasa można zmodyfikować zestaw wierszy; w przeciwnym razie false.
  • bInsert
    Typ: System.Boolean
    Opcjonalne. true Jeśli klasa można wstawić elementy do zestawu wierszy; w przeciwnym razie false.
  • bDelete
    Typ: System.Boolean
    Opcjonalne. true Jeśli klasy można usunąć elementy z zestawu wierszy; w przeciwnym razie false.

Wartość zwracana

Typ: System.String
Ciąg zawierający klasy konsumentów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVCWizCtlUI Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard