ILanguageClientMiddleLayer2<T>.CanHandle(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called to determine if this middle layer is capable of intercepting the given method.
public bool CanHandle (string methodName);
abstract member CanHandle : string -> bool
Public Function CanHandle (methodName As String) As Boolean
Parameters
- methodName
- String
The name of the method to be intercepted.
Returns
True if the given method can be intercepted, false otherwise.