Proprietà IInstalledToolboxItemInfo.CustomProperties

Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Sintassi

'Dichiarazione
ReadOnly Property CustomProperties As IEnumerable(Of KeyValuePair(Of String, String))
IEnumerable<KeyValuePair<string, string>> CustomProperties { get; }

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInstalledToolboxItemInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Shell