CompletionPresenterStyle.SelectionBackgroundBrush, propriété
Obtient un pinceau qui est utilisé pour peindre l'arrière-plan de l'élément sélectionné d'achèvement.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Public Overridable Property SelectionBackgroundBrush As Brush
public virtual Brush SelectionBackgroundBrush { get; protected set; }
public:
virtual property Brush^ SelectionBackgroundBrush {
Brush^ get ();
protected: void set (Brush^ value);
}
abstract SelectionBackgroundBrush : Brush with get, set
override SelectionBackgroundBrush : Brush with get, set
function get SelectionBackgroundBrush () : Brush
protected function set SelectionBackgroundBrush (value : Brush)
Valeur de propriété
Type : Brush
Brush.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CompletionPresenterStyle Classe
Microsoft.VisualStudio.Language.Intellisense, espace de noms