DifferenceBufferOption<T>.IsApplicableToScope Method

This member overrides EditorOptionDefinition.IsApplicableToScope(IPropertyOwner).

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

Syntax

'Déclaration
Public Overrides Function IsApplicableToScope ( _
    scope As IPropertyOwner _
) As Boolean
public override bool IsApplicableToScope(
    IPropertyOwner scope
)
public:
virtual bool IsApplicableToScope(
    IPropertyOwner^ scope
) override
abstract IsApplicableToScope : 
        scope:IPropertyOwner -> bool 
override IsApplicableToScope : 
        scope:IPropertyOwner -> bool 
public override function IsApplicableToScope(
    scope : IPropertyOwner
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DifferenceBufferOption<T> Class

Microsoft.VisualStudio.Text.Differencing Namespace