ILanguageClientCustomMessage2.CustomMessageTarget Property
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.
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; }
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.