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!

20.1.2 The COMSourceInterfaces attribute

The COMSourceInterfaces attribute is used to list the source interfaces on the imported coclass.

[AttributeUsage(AttributeTargets.Class)]
public class ComSourceInterfacesAttribute: System.Attribute
{
   public ComSourceInterfacesAttribute(string value) {…}
   public string Value { get {…} }
}