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!

NoComRegistrationAttribute Class

Use this attribute to indicate that an otherwise public, COM-creatable type shuld not be registered for use form com applications.

Object
   Attribute
      NoComRegistrationAttribute

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

NoComRegistrationAttribute Members | System.Runtime.InteropServices Namespace