VCWizCtlClass.GetDialogControlsAndTypes Method

Gets the controls and types from the specified dialog box.

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

Syntax

'Declaration
Public Overridable Function GetDialogControlsAndTypes ( _
    bstrDialogId As String _
) As Object
'Usage
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

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.

Implements

IVCWizCtlUI.GetDialogControlsAndTypes(String)

Remarks

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.

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

VCWizCtlClass Members

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

Designing a Wizard

Adding a Control to a Dialog Box

Visual C++ Extensibility Object Model