AxHost.ClsidAttribute Class
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.
Specifies the CLSID of an ActiveX control hosted by an AxHost control.
public: ref class AxHost::ClsidAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AxHost.ClsidAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type AxHost.ClsidAttribute = class
inherit Attribute
Public NotInheritable Class AxHost.ClsidAttribute
Inherits Attribute
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AxHost.ClsidAttribute(String) |
Initializes a new instance of the AxHost.ClsidAttribute class. |
Properties
| Name | Description |
|---|---|
| Value |
The CLSID of the ActiveX control. |