ChoiceDescription.Implicit(String to ChoiceDescription) Operator  
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 implicit operator Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription(string choiceText);
	static member op_Implicit : string -> Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription
	Public Shared Widening Operator CType (choiceText As String) As ChoiceDescription
	Parameters
- choiceText
 - String
 
The option text.