IVsParseCommandLine2 Interface

Definition

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.

public interface class IVsParseCommandLine2
public interface class IVsParseCommandLine2
__interface IVsParseCommandLine2
[System.Runtime.InteropServices.Guid("7837DF15-0604-4EA1-8515-CD5A30972482")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsParseCommandLine2
[<System.Runtime.InteropServices.Guid("7837DF15-0604-4EA1-8515-CD5A30972482")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsParseCommandLine2 = interface
Public Interface IVsParseCommandLine2
Attributes

Remarks

For more information about IOleCommandTarget see TN071: MFC IOleCommandTarget Implementation.

Methods

GetACParamOrSwitch(Int32, Int32, Int32, String, String)

Retrieves an auto completion command line item or switch.

Applies to