UserPromptConfiguration.OptionPrompt.Options Property
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 options for the user prompt.
[MessagePack.Key(2)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptOption> Options { get; init; }
[<MessagePack.Key(2)>]
member this.Options : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptOption> with get, set
Public Property Options As IReadOnlyList(Of UserPromptOption)
Property Value
- Attributes
-
MessagePack.KeyAttribute