ILanguageClientMetadata.ClientName 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 value which indicates client name.
public:
property System::String ^ ClientName { System::String ^ get(); };
public string ClientName { get; }
public string? ClientName { get; }
member this.ClientName : string
Public ReadOnly Property ClientName As String
Property Value
Remarks
Used to indicate a particular client should be activated when the specified name matches the ClientName specified in the ClientNamePropertyKey buffer property. Multiple language clients can share this same name.