DescriptionRun.Color Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the color of the DescriptionRun.
Namespace: Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Syntax
'Declaration
Public ReadOnly Property Color As Color
public Color Color { get; }
public:
property Color Color {
Color get ();
}
member Color : Color with get
function get Color () : Color
Property Value
Type: System.Drawing.Color
The color of the DescriptionRun.
.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.Language.NavigateTo.Interfaces Namespace