Setting.Messages 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 a list of messages shown next to the setting in the UI.
[System.Runtime.Serialization.DataMember]
public Microsoft.VisualStudio.Extensibility.Settings.SettingMessage[]? Messages { get; init; }
[<System.Runtime.Serialization.DataMember>]
member this.Messages : Microsoft.VisualStudio.Extensibility.Settings.SettingMessage[] with get, set
Public Property Messages As SettingMessage()
Property Value
- Attributes