NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComSourceInterfacesAttribute Class

Identifies the list of interfaces that are sources of events for the class. The string value consists of a a null reference (in Visual Basic Nothing) delimited list of interface names. See the com interop spec for additional details

Object
   Attribute
      ComSourceInterfacesAttribute

[Visual Basic]
Public Class ComSourceInterfacesAttribute
   Inherits Attribute
[C#]
public class ComSourceInterfacesAttribute : Attribute
[C++]
public __gc class ComSourceInterfacesAttribute : public Attribute
[JScript]
public class ComSourceInterfacesAttribute extends Attribute

Remarks

Can be used to attribute classes.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

ComSourceInterfacesAttribute Members | System.Runtime.InteropServices Namespace