LoadTestColoKeys.GetColorKey Method
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Shared Function GetColorKey ( _
control As Control _
) As ThemeResourceKey
public static ThemeResourceKey GetColorKey(
Control control
)
public:
static ThemeResourceKey^ GetColorKey(
Control^ control
)
static member GetColorKey :
control:Control -> ThemeResourceKey
public static function GetColorKey(
control : Control
) : ThemeResourceKey
Parameters
- control
Type: Control
Return Value
Type: Microsoft.VisualStudio.Shell.ThemeResourceKey
.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.