ProvideServiceOverrideAttribute(Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.