ClientNameAttribute(String) Constructor
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.
Initializes a new instance of the ClientNameAttribute class.
public:
ClientNameAttribute(System::String ^ clientName);
public ClientNameAttribute (string clientName);
new Microsoft.VisualStudio.LanguageServer.Client.ClientNameAttribute : string -> Microsoft.VisualStudio.LanguageServer.Client.ClientNameAttribute
Public Sub New (clientName As String)
Parameters
- clientName
- String
Name of the language client.