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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.