Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a brush that is used to paint the background of the completion presenter.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Déclaration
Public Overridable Property BackgroundBrush As Brush
public virtual Brush BackgroundBrush { get; protected set; }
public:
virtual property Brush^ BackgroundBrush {
Brush^ get ();
protected: void set (Brush^ value);
}
abstract BackgroundBrush : Brush with get, set
override BackgroundBrush : Brush with get, set
function get BackgroundBrush () : Brush
protected function set BackgroundBrush (value : Brush)
Property Value
Type: System.Windows.Media.Brush
Brush .
.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.