Share via


GlobalTypeCollection.Remove Method

Remove an item 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 GlobalType _
)
‘사용 방법
Dim instance As GlobalTypeCollection
Dim item As GlobalType

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

Parameters

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace