다음을 통해 공유


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

‘선언
Public Sub New ( _
    globalObject As GlobalObject _
)
‘사용 방법
Dim globalObject As GlobalObject

Dim instance As New GlobalObjectDescriptionAttribute(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 Members

GlobalObjectDescriptionAttribute Overload

Microsoft.VisualStudio.Shell.Design Namespace