C# Class NetOffice.Attributes.ComEventInterfaceAttribute

Inheritance: System.Attribute
Mostra file Open project: ehsan2022002/VirastarE

Public Properties

Property Type Description
Sinks Type[]

Public Methods

Method Description
ComEventInterfaceAttribute ( ) : System

Creates an instance of the class

Method Details

ComEventInterfaceAttribute() public method

Creates an instance of the class
public ComEventInterfaceAttribute ( ) : System
return System

Property Details

Sinks public_oe property

COM event interfaces
public Type[] Sinks
return Type[]