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


VCWizCtlClass.GetDialogControlsAndTypes - метод

Gets the controls and types from the specified dialog box.

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

Синтаксис

'Декларация
Public Overridable Function GetDialogControlsAndTypes ( _
    bstrDialogId As String _
) As Object
'Применение
Dim instance As VCWizCtlClass
Dim bstrDialogId As String
Dim returnValue As Object

returnValue = instance.GetDialogControlsAndTypes(bstrDialogId)
public virtual Object GetDialogControlsAndTypes(
    string bstrDialogId
)
public:
virtual Object^ GetDialogControlsAndTypes(
    [InAttribute] String^ bstrDialogId
)
public function GetDialogControlsAndTypes(
    bstrDialogId : String
) : Object

Параметры

  • bstrDialogId
    Тип: System.String

    The string containing the ID of the dialog box.

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

Тип: System.Object

The controls and types from the specified dialog box.

Реализации

IVCWizCtlUI.GetDialogControlsAndTypes(String)

Заметки

Call this method to get the control IDs and the control types for the specified dialog box. For more information, see Add Member Variable Wizard.

Разрешения

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

См. также

Основные понятия

Designing a Wizard

Adding a Control to a Dialog Box

Visual C++ Extensibility Object Model

Ссылки

VCWizCtlClass Класс

VCWizCtlClass - члены

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