ChoiceDescription.FromString(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.
Wraps choiceText
in an ChoiceDescription.
public static Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription FromString (string choiceText);
static member FromString : string -> Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription
Public Shared Function FromString (choiceText As String) As ChoiceDescription
Parameters
- choiceText
- String
The option text.
Returns
The option description.