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: StringPožadováno.Řetězec obsahující název třídy.
bAttributed
Typ: BooleanVolitelné.truePokud se atributy třídy; jinak false.
bCommand
Typ: BooleanVolitelné.Označuje, že třída generuje kód k nastavení a spuštění příkazů.
bChange
Typ: BooleanVolitelné.trueje-li upravit třídu sady řádků; jinak false.
bInsert
Typ: BooleanVolitelné.truePokud třídy můžete vložit položky do sady řádků; jinak false.
bDelete
Typ: BooleanVolitelné.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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.