Condividi tramite


Proprietà InstalledToolboxItemInfo.CustomProperties

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

Sintassi

'Dichiarazione
Public Property CustomProperties As IEnumerable(Of KeyValuePair(Of String, String))
public IEnumerable<KeyValuePair<string, string>> CustomProperties { get; private set; }

Valore proprietà

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

Implementa

IInstalledToolboxItemInfo.CustomProperties

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InstalledToolboxItemInfo Classe

Spazio dei nomi Microsoft.VisualStudio.Shell