WpfViewOptionDefinition<T>.IsApplicableToScope(IPropertyOwner) Methode

Definition

Bestimmt, ob diese Definition nur auf Textansichten anwendbar ist.

public:
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
public:
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner const & scope);
public override bool IsApplicableToScope (Microsoft.VisualStudio.Utilities.IPropertyOwner scope);
override this.IsApplicableToScope : Microsoft.VisualStudio.Utilities.IPropertyOwner -> bool
Public Overrides Function IsApplicableToScope (scope As IPropertyOwner) As Boolean

Parameter

scope
IPropertyOwner

Der Bereich

Gibt zurück

Boolean

true, wenn der Gültigkeitsbereich eine ist IWpfTextView , andernfalls false.

Gilt für