다음을 통해 공유


GlobalObjectDescriptionAttribute Constructor (GlobalObject, IDictionary)

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

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

Syntax

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

Dim instance As New GlobalObjectDescriptionAttribute(globalObject, _
    customData)
public GlobalObjectDescriptionAttribute(
    GlobalObject globalObject,
    IDictionary customData
)
public:
GlobalObjectDescriptionAttribute(
    GlobalObject^ globalObject, 
    IDictionary^ customData
)
new : 
        globalObject:GlobalObject * 
        customData:IDictionary -> GlobalObjectDescriptionAttribute
public function GlobalObjectDescriptionAttribute(
    globalObject : GlobalObject, 
    customData : IDictionary
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectDescriptionAttribute Class

GlobalObjectDescriptionAttribute Members

GlobalObjectDescriptionAttribute Overload

Microsoft.VisualStudio.Shell.Design Namespace