Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the __VSSYSCOLOREX identifier for a given WPF color resource key.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Function GetColorID ( _
vsColorKey As Object _
) As Integer
public static int GetColorID(
Object vsColorKey
)
public:
static int GetColorID(
Object^ vsColorKey
)
static member GetColorID :
vsColorKey:Object -> int
public static function GetColorID(
vsColorKey : Object
) : int
Parameters
vsColorKey
Type: System.ObjectThe Visual Studio color key.
Return Value
Type: System.Int32
The color ID.
Remarks
The input is a key that can be used to reference the color in Visual Studio from XAML. The output is an identifier from the __VSSYSCOLOREX enumeration used with GetVSSysColorEx.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.