Modifica

AxHost.ClsidAttribute Class

Definition

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
AxHost.ClsidAttribute
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.

Applies to