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
'宣告
<GuidAttribute("7837DF15-0604-4EA1-8515-CD5A30972482")> _
<InterfaceTypeAttribute()> _
Public Interface IVsParseCommandLine2
'用途
Dim instance As 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
Remarks
For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.