Share via


ProvideCommandLineSwitchAttribute Class

Provides registry entries for a command-line switch.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class ProvideCommandLineSwitchAttribute _
    Inherits RegistrationAttribute
'Usage
Dim instance As ProvideCommandLineSwitchAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class ProvideCommandLineSwitchAttribute : RegistrationAttribute
[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class ProvideCommandLineSwitchAttribute sealed : public RegistrationAttribute
public final class ProvideCommandLineSwitchAttribute extends RegistrationAttribute

Remarks

This class cannot be inherited.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Modeling.Shell.ProvideCommandLineSwitchAttribute

Thread Safety

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

See Also

Reference

ProvideCommandLineSwitchAttribute Members

Microsoft.VisualStudio.Modeling.Shell Namespace