EditorServicesCommandSuite.EditorServices.xml
<?xml version="1.0"?>
<doc> <assembly> <name>EditorServicesCommandSuite.EditorServices</name> </assembly> <members> <member name="T:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite"> <summary> Provides a central entry point for interacting with a Editor Services based command suite session. </summary> </member> <member name="P:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.Diagnostics"> <summary> Gets the diagnostics provider. </summary> </member> <member name="P:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.Documents"> <summary> Gets the processor for <see cref="T:EditorServicesCommandSuite.Internal.DocumentEdit" /> objects. </summary> </member> <member name="P:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.UI"> <summary> Gets the interface for interacting with the UI. </summary> </member> <member name="P:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.DocumentContext"> <summary> Gets the interface for getting information about the users current state in an open document (e.g. cursor position, selection, etc). </summary> </member> <member name="P:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.Workspace"> <summary> Gets the interface for getting information about the state of the current workspace. </summary> </member> <member name="M:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.GetCommandSuite(Microsoft.PowerShell.EditorServices.Extensions.EditorObject,System.Management.Automation.EngineIntrinsics,System.Management.Automation.Host.PSHost)"> <summary> Gets the command suite instance for the process, or creates it if it does not exist yet. </summary> <param name="psEditor">The psEditor variable from the integrated terminal.</param> <param name="engine">The PowerShell engine.</param> <param name="host">The PowerShell host.</param> <returns> The command suite instance for the process. </returns> </member> <member name="M:EditorServicesCommandSuite.EditorServices.Internal.CommandSuite.GetNavigationServiceImpl"> <summary> Get the <see cref="T:EditorServicesCommandSuite.Internal.NavigationService" /> that will be used to create the internal navigation service. </summary> <returns>The <see cref="T:EditorServicesCommandSuite.Internal.NavigationService" />.</returns> </member> <member name="T:EditorServicesCommandSuite.EditorServices.Internal.NullLogger"> <summary> Provides a no-op <see cref="T:Microsoft.Extensions.Logging.ILogger" /> implementation. </summary> </member> <member name="M:EditorServicesCommandSuite.EditorServices.Internal.NullLogger.BeginScope``1(``0)"> <summary> A no-op implemention of <see cref="M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)" />. </summary> <param name="state">The parameter is not used.</param> <typeparam name="TState">The parameter is not used.</typeparam> <returns>A no-op implementation of <see cref="T:System.IDisposable" />.</returns> </member> <member name="M:EditorServicesCommandSuite.EditorServices.Internal.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)"> <summary> A no-op implemention of <see cref="M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)" />. </summary> <param name="logLevel">The parameter is not used.</param> <returns><c>false</c>.</returns> </member> <member name="M:EditorServicesCommandSuite.EditorServices.Internal.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})"> <summary> A no-op implemention of <see cref="M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})" />. </summary> <param name="logLevel">The parameter is not used.</param> <param name="eventId">The parameter is not used.</param> <param name="state">The parameter is not used.</param> <param name="exception">The parameter is not used.</param> <param name="formatter">The parameter is not used.</param> <typeparam name="TState">The parameter is not used.</typeparam> </member> </members> </doc> |