DifferenceBufferOption<T>.IsApplicableToScope(IPropertyOwner) Method

Definition

Determines whether this option is applicable to the given scope.

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

Parameters

scope
IPropertyOwner

The scope to which to apply the option.

Returns

true if the option is applicable, otherwise false.

Applies to