WpfViewOptionDefinition<T>.IsApplicableToScope, méthode

Détermine si cette définition est uniquement applicable aux affichages de texte.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.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 la portée est IWpfTextView, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

WpfViewOptionDefinition<T> Classe

Microsoft.VisualStudio.Text.Editor, espace de noms