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 _
)
'Usage
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
- globalObject
Type: Microsoft.VisualStudio.Shell.Design.GlobalObject
The global object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GlobalObjectDescriptionAttribute Class
GlobalObjectDescriptionAttribute Members