Share via


GlobalObjectDescriptionAttribute Constructor (GlobalObject)

Initializes a new instance of GlobalObjectDescriptionAttribute for the specified global object.

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

Syntax

'Declaration
Public Sub New ( _
    globalObject As GlobalObject _
)
public GlobalObjectDescriptionAttribute(
    GlobalObject globalObject
)
public:
GlobalObjectDescriptionAttribute(
    GlobalObject^ globalObject
)
new : 
        globalObject:GlobalObject -> GlobalObjectDescriptionAttribute
public function GlobalObjectDescriptionAttribute(
    globalObject : GlobalObject
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectDescriptionAttribute Class

GlobalObjectDescriptionAttribute Overload

Microsoft.VisualStudio.Shell.Design Namespace