다음을 통해 공유


ILanguageClientMiddleLayer.CanHandle(String) Method

Definition

This method is called to determine if this middle layer is capable of intercepting the given method.

public:
 bool CanHandle(System::String ^ methodName);
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.

Applies to