CollectionAdapter<TSource, TTarget>.RemoveSourceItem Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Sub RemoveSourceItem ( _
index As Integer _
)
protected virtual void RemoveSourceItem(
int index
)
protected:
virtual void RemoveSourceItem(
int index
)
abstract RemoveSourceItem :
index:int -> unit
override RemoveSourceItem :
index:int -> unit
protected function RemoveSourceItem(
index : int
)
Parameters
- index
Type: System.Int32
.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.