TeamFoundationIconStripHelperVs.ThemeBitmapSource, méthode
Applique toutes les modifications nécessaires de thèmes à l'icône. ImageThemingUtilities.GetOrCreateThemedBitmapSource met l'icône en cache, de sorte qu'elle est rapide.
Espace de noms : Microsoft.VisualStudio.TeamFoundation
Assembly : Microsoft.VisualStudio.TeamFoundation (dans Microsoft.VisualStudio.TeamFoundation.dll)
Syntaxe
'Déclaration
Public Overrides Function ThemeBitmapSource ( _
inputImage As BitmapSource, _
backgroundColor As Color _
) As BitmapSource
public override BitmapSource ThemeBitmapSource(
BitmapSource inputImage,
Color backgroundColor
)
Paramètres
- inputImage
Type : System.Windows.Media.Imaging.BitmapSource
- backgroundColor
Type : System.Windows.Media.Color
Valeur de retour
Type : System.Windows.Media.Imaging.BitmapSource
retourne BitmapSource ;
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.