Removes an element from the collection
[Visual Basic .NET] |
---|
Public Sub RemoveThirdBody( _ ByVal ThirdBody As String _ ) As |
[C#] |
---|
public void RemoveThirdBody( string ThirdBody ); |
[Managed C++] |
---|
public: void RemoveThirdBody( String __gc ^ ThirdBody ); |
[Java] |
---|
public void removeThirdBody( String ThirdBody ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveThirdBody( BSTR ThirdBody ); |
- ThirdBody