Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio SDK
IVsAppCommandLine Interface

Updated: November 2007

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)

Visual Basic (Declaration)
<InterfaceTypeAttribute()> _
<GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")> _
Public Interface IVsAppCommandLine
Visual Basic (Usage)
Dim instance As IVsAppCommandLine
C#
[InterfaceTypeAttribute()]
[GuidAttribute("C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
public interface IVsAppCommandLine
Visual C++
[InterfaceTypeAttribute()]
[GuidAttribute(L"C7F21561-D58A-11D2-BF4A-0080C728D9A0")]
public interface class IVsAppCommandLine
JScript
public interface IVsAppCommandLine

Notes to Implementers:

Implemented by the Visual Studio environment.

Notes to Callers:

Call IVsAppCommandLine each time your package is loaded.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker