IVCWizCtlUI::GetDialogControlsAndTypes Method (String^)

 

Gets the controls and types from the specified dialog box.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Object^ GetDialogControlsAndTypes(
	String^ bstrDialogId
)

Parameters

bstrDialogId
Type: System::String^

The string containing the ID of the dialog box.

Return Value

Type: System::Object^

The controls and types from the specified dialog box.

Return to top
Show: