Partager via


EditorOptionDefinition.IsApplicableToScope, méthode

Détermine si cette option est applicable à la portée spécifiée (mémoire tampon de texte, par exemple).

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
Public Overridable Function IsApplicableToScope ( _
    scope As IPropertyOwner _
) As Boolean
public virtual bool IsApplicableToScope(
    IPropertyOwner scope
)
public:
virtual bool IsApplicableToScope(
    IPropertyOwner^ scope
)
abstract IsApplicableToScope : 
        scope:IPropertyOwner -> bool  
override IsApplicableToScope : 
        scope:IPropertyOwner -> bool
public function IsApplicableToScope(
    scope : IPropertyOwner
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si l'option est applicable à la portée, sinon false.

Notes

L'implémentation par défaut retourne la valeur true. Cette méthode ne sera pas appelée pour la portée globale. Chaque option est valide par définition dans la portée globale.

Sécurité .NET Framework

Voir aussi

Référence

EditorOptionDefinition Classe

Microsoft.VisualStudio.Text.Editor, espace de noms