WizComboClass::SelectedItem Property
Visual Studio 2015
Gets the currently selected item in a wizard combo box as a string.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Implements
IWizCombo::SelectedItemvar strSelectedItem = ReturnType.SelectedItem; // (where ReturnType is the ID of the OBJECT tag for // the wizard's editabled combo control) ReturnType.RemoveItem(2);
Show: