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
'宣言
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
- scope
Type: Microsoft.VisualStudio.Utilities.IPropertyOwner
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.