RemoveAt Method
Removes the element at the specified index of the parts list.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function RemoveAt ( _
index As Integer _
) As Boolean
'Usage
Dim instance As MimePartContentDescription
Dim index As Integer
Dim returnValue As Boolean
returnValue = instance.RemoveAt(index)
public bool RemoveAt(
int index
)
Parameters
- index
Type: System..::..Int32
Return Value
Type: System..::..Boolean
Remarks
Exceptions
[cref][T:System.ArgumentOutOfRangeException]: Thrown when the index is less than 0 or equal to or greater than number of items in the parts list.
See Also
Reference
MimePartContentDescription Class