ILanguageClientCustomMessage2.CustomMessageTarget Property
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.
C++
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
If left null, then custom messages won't be delivered.
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |