Share via


UserPromptConfiguration.OptionPrompt.Options Property

Definition

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

Applies to