ILanguageClientInitializationInfo Interface
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.
Interface representing various information useful about the status of the initialization of the language client.
public interface class ILanguageClientInitializationInfo
public interface ILanguageClientInitializationInfo
type ILanguageClientInitializationInfo = interface
Public Interface ILanguageClientInitializationInfo
Properties
InitializationException |
Gets the exception that was thrown during initialization. May be null if no exception was thrown. |
IsInitialized |
Gets a value indicating whether the clien was correctly initialized. |
Status |
Gets an Enum representing the status reached during initialization. |
StatusMessage |
Gets a human-readable string telling the status of the initialization. |