IVsParseCommandLine2 Interface
Parses command line arguments for implementers of IOleCommandTarget. Extends but does not inherit from IVsParseCommandLine. Adds a method to support auto completion. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")> _
<InterfaceTypeAttribute()> _
Public Interface IVsParseCommandLine2
[GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")]
[InterfaceTypeAttribute()]
public interface IVsParseCommandLine2
[GuidAttribute(L"7837DF15-0604-4EA1-8515-CD5A30972482")]
[InterfaceTypeAttribute()]
public interface class IVsParseCommandLine2
[<GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")>]
[<InterfaceTypeAttribute()>]
type IVsParseCommandLine2 = interface end
public interface IVsParseCommandLine2
The IVsParseCommandLine2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetACParamOrSwitch | Retrieves an auto completion command line item or switch. |
Top
Remarks
For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.