ComClassAttribute Constructor (String^, 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.
- _EventId
-
Type:
System::String^
Initializes the value of the EventID property that is used to uniquely identify an event.
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: