Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ComSourceInterfacesAttribute Constructor

 

Initializes a new instance of the ComSourceInterfacesAttribute class.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodComSourceInterfacesAttribute(String^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the name of the event source interface.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the type to use as a source interface.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

System_CAPS_pubmethodComSourceInterfacesAttribute(Type^, Type^, Type^, Type^)

Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.

Return to top
Show:
© 2017 Microsoft