IVsCommandWindowCompletion 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.
Implemented by the environment on the command window tool window to coordinate statement completion.
public interface class IVsCommandWindowCompletion
public interface class IVsCommandWindowCompletion
__interface IVsCommandWindowCompletion
[System.Runtime.InteropServices.Guid("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCommandWindowCompletion
[System.Runtime.InteropServices.Guid("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCommandWindowCompletion
[<System.Runtime.InteropServices.Guid("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCommandWindowCompletion = interface
[<System.Runtime.InteropServices.Guid("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCommandWindowCompletion = interface
Public Interface IVsCommandWindowCompletion
- Attributes
Remarks
This interface is called by the debugger to coordinate statement completion when the command window is in immediate mode.
Methods
SetCompletionContext(String, IVsTextLines, TextSpan[], Object) |
Sets the current context for statement completion. |