Share via


IVsAppCommandLine Interface

This interface is used by a package to read command-line switches entered by the user.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")> _
<InterfaceTypeAttribute()> _
Public Interface IVsAppCommandLine
'Utilisation
Dim instance As IVsAppCommandLine
[GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
[InterfaceTypeAttribute()]
public interface IVsAppCommandLine
[GuidAttribute(L"C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
[InterfaceTypeAttribute()]
public interface class IVsAppCommandLine
public interface IVsAppCommandLine

See Also

Reference

IVsAppCommandLine Members

Microsoft.VisualStudio.Shell.Interop Namespace