GlobalTypeCollection.Remove(GlobalType) 方法

定义

从集合中移除项。

public:
 void Remove(Microsoft::VisualStudio::Shell::Design::GlobalType ^ item);
public void Remove (Microsoft.VisualStudio.Shell.Design.GlobalType item);
member this.Remove : Microsoft.VisualStudio.Shell.Design.GlobalType -> unit
Public Sub Remove (item As GlobalType)

参数

item
GlobalType

要移除的对象。

适用于