EditorOptionDefinition::IsApplicableToScope Method (IPropertyOwner^)
Visual Studio 2015
Determines whether this option is applicable for the given scope (for example, a text buffer).
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- scope
-
Type:
Microsoft.VisualStudio.Utilities::IPropertyOwner^
The IPropertyOwner.
The default implementation returns true. This method will not be called for the global scope. Every option is valid by definition in the global scope.
Show: