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
<InterfaceTypeAttribute()> _
<GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")> _
Public Interface IVsParseCommandLine2
Dim instance As IVsParseCommandLine2
[InterfaceTypeAttribute()]
[GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")]
public interface IVsParseCommandLine2
[InterfaceTypeAttribute()]
[GuidAttribute(L"7837DF15-0604-4EA1-8515-CD5A30972482")]
public interface class IVsParseCommandLine2
public interface IVsParseCommandLine2
Remarks
For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.