ProvideCommandLineSwitchAttribute Class
Provides registry entries for a command-line switch.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
System::Attribute
Microsoft.VisualStudio.Shell::RegistrationAttribute
Microsoft.VisualStudio.Modeling.Shell::ProvideCommandLineSwitchAttribute
| Name | Description | |
|---|---|---|
![]() | ProvideCommandLineSwitchAttribute(String^, String^) | Initializes a new instance of the ProvideCommandLineSwitchAttribute class. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets or sets the number of arguments for the command-line switch. |
![]() | DemandLoad | Gets or sets the demand load, which determines whether demand loading should be enabled or disabled for the command-line switch. |
![]() | HelpText | Gets the help text for the command-line switch. |
![]() | Name | Gets the name of the command-line switch. |
![]() | TypeId | (Inherited from RegistrationAttribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | Register(RegistrationAttribute::RegistrationContext^) | Registers a command-line switch.(Overrides RegistrationAttribute::Register(RegistrationAttribute::RegistrationContext^).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute::RegistrationContext^) | Unregisters a command-line switch.(Overrides RegistrationAttribute::Unregister(RegistrationAttribute::RegistrationContext^).) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
This class cannot be inherited.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



