Поделиться через


IVCWizCtlUI.GetConsumerClass - метод

Returns a string containing the consumer class.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Function GetConsumerClass ( _
    bstrClassName As String, _
    bAttributed As Boolean, _
    bCommand As Boolean, _
    bChange As Boolean, _
    bInsert As Boolean, _
    bDelete As Boolean _
) As String
'Применение
Dim instance As IVCWizCtlUI
Dim bstrClassName As String
Dim bAttributed As Boolean
Dim bCommand As Boolean
Dim bChange As Boolean
Dim bInsert As Boolean
Dim bDelete As Boolean
Dim returnValue As String

returnValue = instance.GetConsumerClass(bstrClassName, _
    bAttributed, bCommand, bChange, bInsert, _
    bDelete)
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
)
function GetConsumerClass(
    bstrClassName : String, 
    bAttributed : boolean, 
    bCommand : boolean, 
    bChange : boolean, 
    bInsert : boolean, 
    bDelete : boolean
) : String

Параметры

  • bstrClassName
    Тип: System.String

    Required. A string containing the class name.

  • bAttributed
    Тип: System.Boolean

    Optional. true if the class is attributed; otherwise false.

  • bCommand
    Тип: System.Boolean

    Optional. Indicates that the class generates code to set and execute commands.

  • bChange
    Тип: System.Boolean

    Optional. true if the class can modify a rowset; otherwise false.

  • bInsert
    Тип: System.Boolean

    Optional. true if the class can insert items into a rowset; otherwise false.

  • bDelete
    Тип: System.Boolean

    Optional. true if the class can remove items from a rowset; otherwise false.

Возвращаемое значение

Тип: System.String

A string containing the consumer class.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

IVCWizCtlUI Интерфейс

IVCWizCtlUI - члены

Microsoft.VisualStudio.VsWizard - пространство имен