GlobalObjectDescriptionAttribute Class

Allows global object providers to tag the global object instances they provide with additional metadata.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
<CLSCompliantAttribute(False)> _
Public Class GlobalObjectDescriptionAttribute _
    Inherits Attribute
'Usage
Dim instance As GlobalObjectDescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[CLSCompliantAttribute(false)]
public class GlobalObjectDescriptionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
[CLSCompliantAttribute(false)]
public ref class GlobalObjectDescriptionAttribute : public Attribute
public class GlobalObjectDescriptionAttribute extends Attribute

Remarks

Provider authors need to document what information they set in this attribute.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.Design.GlobalObjectDescriptionAttribute

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.

See Also

Reference

GlobalObjectDescriptionAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace