Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WPF ResourceDictionary brush key for a given __VSSYSCOLOREX identifier. The input is. The output is
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Shared Function GetBrushKey ( _
vsSysColor As Integer _
) As Object
public static Object GetBrushKey(
int vsSysColor
)
public:
static Object^ GetBrushKey(
int vsSysColor
)
static member GetBrushKey :
vsSysColor:int -> Object
public static function GetBrushKey(
vsSysColor : int
) : Object
Parameters
- vsSysColor
Type: System.Int32
an identifier from the __VSSYSCOLOREX enumeration.
Return Value
Type: System.Object
A key which can be used to reference the brush in Visual Studio from XAML.
.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.