OutliningMarginHeaderControl.IsHighlighted, propriété
Obtient ou définit l'élément IsHighlightedProperty.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Property IsHighlighted As Boolean
public bool IsHighlighted { get; set; }
public:
property bool IsHighlighted {
bool get ();
void set (bool value);
}
member IsHighlighted : bool with get, set
function get IsHighlighted () : boolean
function set IsHighlighted (value : boolean)
Valeur de propriété
Type : Boolean
true si le contrôle est mis en surbrillance ; sinon, false.
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.