ChoiceDescription Struct
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.
Describes a choice for a prompt.
public struct ChoiceDescription : IEquatable<Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription>
type ChoiceDescription = struct
Public Structure ChoiceDescription
Implements IEquatable(Of ChoiceDescription)
- Inheritance
-
ChoiceDescription
- Implements
Constructors
ChoiceDescription(String) |
Initializes a new instance of the ChoiceDescription struct. |
Properties
Text |
Gets the text of the option. |
Methods
Equals(ChoiceDescription) | |
Equals(Object) | |
FromString(String) |
Wraps |
GetHashCode() | |
ToString() |
Operators
Equality(ChoiceDescription, ChoiceDescription) | |
Implicit(String to ChoiceDescription) |
Wraps |
Inequality(ChoiceDescription, ChoiceDescription) |