ILanguageClientCustomMessage.CustomMessageTarget Property

Definition

Gets the target object for receiving custom messages not covered by the language server protocol.

public:
 property System::Object ^ CustomMessageTarget { System::Object ^ get(); };
public object CustomMessageTarget { get; }
member this.CustomMessageTarget : obj
Public ReadOnly Property CustomMessageTarget As Object

Property Value

Remarks

If left null, then custom messages won't be delivered.

Applies to