GlobalTypeCollection.RemoveAt Method
Removes the item at the specified position.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public Sub RemoveAt ( _
index As Integer _
)
public void RemoveAt(
int index
)
Parameters
- index
Type: System.Int32
The position of the item to be removed.
Implements
.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.