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

 

Determines whether the option is applicable to the specified scope.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
virtual bool IsApplicableToScope(
	IPropertyOwner^ scope
) override

Parameters

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

The scope.

Return Value

Type: System::Boolean

true if the option is applicable to the specified scope, otherwise false.

Return to top
Show: