COMSourceInterfaces
attributeThe 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 {…} } }