VsColors.GetCurrentThemedColorValues Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient toutes les valeurs de couleur actuelles dans un dictionnaire unique. Cela est utile dans les scénarios où des couleurs sont requises en dehors du processus Visual Studio ou dans un AppDomain autre que le AppDomain principal, où toutes les couleurs peuvent être copiées en bloc.
public:
static System::Collections::Generic::IDictionary<Microsoft::VisualStudio::Shell::ThemeResourceKey ^, System::UInt32> ^ GetCurrentThemedColorValues();
public static System.Collections.Generic.IDictionary<Microsoft.VisualStudio.Shell.ThemeResourceKey,uint> GetCurrentThemedColorValues ();
static member GetCurrentThemedColorValues : unit -> System.Collections.Generic.IDictionary<Microsoft.VisualStudio.Shell.ThemeResourceKey, uint32>
Public Function GetCurrentThemedColorValues () As IDictionary(Of ThemeResourceKey, UInteger)
Retours
Dictionnaire qui mappe les clés des couleurs à leur valeur ARVB pour le thème actuel.