GlobalObjectCollection.Remove Method

Removes an object from the collection.

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

Syntax

‘선언
Public Sub Remove ( _
    item As GlobalObject _
)
‘사용 방법
Dim instance As GlobalObjectCollection
Dim item As GlobalObject

instance.Remove(item)
public void Remove(
    GlobalObject item
)
public:
void Remove(
    GlobalObject^ item
)
member Remove : 
        item:GlobalObject -> unit 
public function Remove(
    item : GlobalObject
)

Parameters

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

Microsoft.VisualStudio.Shell.Design Namespace