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

 

Determines whether this definition is applicable only to text views.

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

public:
virtual bool IsApplicableToScope(
	IPropertyOwner^ scope
) override

Parameters

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

The scope

Return Value

Type: System::Boolean

true if scope is an IWpfTextView, otherwise false.

Return to top
Show: