Share via


CurrentSelectionPusher.RemoveItem Method

Unsubscribe from change events on any provider that is added

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit  
override RemoveItem : 
        index:int -> unit
protected override function RemoveItem(
    index : int
)

Parameters

  • index
    Type: Int32

.NET Framework Security

See Also

Reference

CurrentSelectionPusher Class

Microsoft.VisualStudio.Modeling.Shell Namespace