PrivateComponentAttribute Class
Identifies a component as a private component that is only seen and activated by components in the same application. This class cannot be inherited.
For a list of all members of this type, see PrivateComponentAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.PrivateComponentAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> <ComVisible(False)> NotInheritable Public Class PrivateComponentAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] [ComVisible(false)] public sealed class PrivateComponentAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] [ComVisible(false)] public __gc __sealed class PrivateComponentAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) ComVisible(false) class PrivateComponentAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
PrivateComponentAttribute Members | System.EnterpriseServices Namespace