DifferenceBufferOption<T>.IsApplicableToScope(IPropertyOwner) Methode

Definition

Bestimmt, ob diese Option für den angegebenen Bereich 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, auf den die Option angewendet werden soll.

Gibt zurück

Boolean

true, wenn die Option anwendbar ist, andernfalls false.

Gilt für