Sdílet prostřednictvím


ArraySettingItemPropertyMessage(String) Constructor

Definition

Initializes a new instance of the ArraySettingItemPropertyMessage class.

public ArraySettingItemPropertyMessage (string text);
new Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyMessage : string -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyMessage
Public Sub New (text As String)

Parameters

text
String

The text of the message.

Remarks

text supports embedded links using markdown syntax. Links can point to a setting, file, or URL:

Applies to