VSColorUtilities.GetWatermarkBackgroundColor Method
Returns the background color for watermarks.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function GetWatermarkBackgroundColor As Color
'Usage
Dim returnValue As Color
returnValue = VSColorUtilities.GetWatermarkBackgroundColor()
public static Color GetWatermarkBackgroundColor()
public:
static Color GetWatermarkBackgroundColor()
public static function GetWatermarkBackgroundColor() : Color
static member GetWatermarkBackgroundColor : unit -> Color
Return Value
Type: System.Drawing.Color
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace