VCWizCtlClass.GetDialogControlsAndTypes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the controls and types from the specified dialog box.
public:
virtual System::Object ^ GetDialogControlsAndTypes(System::String ^ bstrDialogId) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDialogControlsAndTypes;
public:
virtual Platform::Object ^ GetDialogControlsAndTypes(Platform::String ^ bstrDialogId) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDialogControlsAndTypes;
virtual winrt::Windows::Foundation::IInspectable GetDialogControlsAndTypes(std::wstring const & bstrDialogId);
[System.Runtime.InteropServices.DispId(1610743836)]
public virtual object GetDialogControlsAndTypes (string bstrDialogId);
[<System.Runtime.InteropServices.DispId(1610743836)>]
abstract member GetDialogControlsAndTypes : string -> obj
override this.GetDialogControlsAndTypes : string -> obj
Public Overridable Function GetDialogControlsAndTypes (bstrDialogId As String) As Object
Parameters
- bstrDialogId
- String
The string containing the ID of the dialog box.
Returns
The controls and types from the specified dialog box.
Implements
- Attributes
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.