ControlProcessParameterPropertyGrid.AdditionalServices, propriété
Espace de noms : Microsoft.TeamFoundation.Build.Controls
Assembly : Microsoft.TeamFoundation.Build.Controls (dans Microsoft.TeamFoundation.Build.Controls.dll)
Syntaxe
'Déclaration
Public Property AdditionalServices As Dictionary(Of Type, Object)
public Dictionary<Type, Object> AdditionalServices { get; private set; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<Type, Object>
retourne Dictionary<TKey, TValue> ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.