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
scope
Type : Microsoft.VisualStudio.Utilities.IPropertyOwnerÉlément IPropertyOwner.
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
- 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.