ProvideAppCommandLineAttribute Class

 

Adds a command line switch to the devenv executable for a specific package type.

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

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.ProvideAppCommandLineAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideAppCommandLineAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideAppCommandLineAttribute(String, Type)

Initializes a new instance of the ProvideAppCommandLineAttribute class.

NameDescription
System_CAPS_pubpropertyArguments

Gets the default arguments for the command line.

System_CAPS_pubpropertyDemandLoad

Determines whether the package should be demand loaded.

System_CAPS_pubpropertyHelpString

Gets a help string to show for the command. The value of this property can be a resource ID.

System_CAPS_pubpropertyName

Gets the name of the command line.

System_CAPS_pubpropertyPackageGuid

Gets the GUID of the package providing the command line.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: