DifferenceBufferOption<T>::IsApplicableToScope Method (IPropertyOwner^)

 

Determines whether this option is applicable to the given scope.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
virtual bool IsApplicableToScope(
	IPropertyOwner^ scope
) override

Parameters

scope
Type: Microsoft.VisualStudio.Utilities::IPropertyOwner^

The scope to which to apply the option.

Return Value

Type: System::Boolean

true if the option is applicable, otherwise false.

Return to top
Show: