ViewOptionDefinition<T>.IsApplicableToScope, méthode

Détermine si l'option est applicable à la portée spécifiée.

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

Syntaxe

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

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ViewOptionDefinition<T> Classe

Microsoft.VisualStudio.Text.Editor, espace de noms