ProvideServiceOverrideAttribute(Object) Constructor

Definition

Initializes a new instance of ProvideServiceOverrideAttribute.

public:
 ProvideServiceOverrideAttribute(System::Object ^ serviceType);
public:
 ProvideServiceOverrideAttribute(Platform::Object ^ serviceType);
 ProvideServiceOverrideAttribute(winrt::Windows::Foundation::IInspectable const & serviceType);
public ProvideServiceOverrideAttribute (object serviceType);
new Microsoft.VisualStudio.Shell.ProvideServiceOverrideAttribute : obj -> Microsoft.VisualStudio.Shell.ProvideServiceOverrideAttribute
Public Sub New (serviceType As Object)

Parameters

serviceType
Object

[in] The type of the service.

Applies to