Freigeben über


DifferenceViewerOption<T>.IsApplicableToScope-Methode

Dieser Member überschreibt EditorOptionDefinition.IsApplicableToScope(IPropertyOwner).

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DifferenceViewerOption<T> Klasse

Microsoft.VisualStudio.Text.Differencing-Namespace