The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComClassAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ComClassAttribute class.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- _ClassID
-
Type:
System::String^
Initializes the value of the ClassID property that is used to uniquely identify a class.
- _InterfaceID
-
Type:
System::String^
Initializes the value of the InterfaceID property that is used to uniquely identify an interface.
Use the constructor for the ComClassAttribute class to set the ClassID, InterfaceID, or EventID properties when applying the ComClassAttribute to a class.
.NET Framework
Available since 1.1
Available since 1.1
Show: