IVCWizCtlUI.GetDialogControlsAndTypes - метод
Gets the controls and types from the specified dialog box.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function GetDialogControlsAndTypes ( _
bstrDialogId As String _
) As Object
'Применение
Dim instance As IVCWizCtlUI
Dim bstrDialogId As String
Dim returnValue As Object
returnValue = instance.GetDialogControlsAndTypes(bstrDialogId)
Object GetDialogControlsAndTypes(
string bstrDialogId
)
Object^ GetDialogControlsAndTypes(
[InAttribute] String^ bstrDialogId
)
function GetDialogControlsAndTypes(
bstrDialogId : String
) : Object
Параметры
bstrDialogId
Тип: System.StringThe string containing the ID of the dialog box.
Возвращаемое значение
Тип: System.Object
The controls and types from the specified dialog box.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.