CurrentSelectionPusher Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Class to expose the current selection from a set of WinForms Currency Manager Providers or WPF Content Controls to the Visual Studio properties window
public ref class CurrentSelectionPusher : System::Collections::ObjectModel::Collection<System::Object ^>, IDisposable
[System.CLSCompliant(false)]
public class CurrentSelectionPusher : System.Collections.ObjectModel.Collection<object>, IDisposable
public class CurrentSelectionPusher : System.Collections.ObjectModel.Collection<object>, IDisposable
[<System.CLSCompliant(false)>]
type CurrentSelectionPusher = class
inherit Collection<obj>
interface IDisposable
type CurrentSelectionPusher = class
inherit Collection<obj>
interface IDisposable
Public Class CurrentSelectionPusher
Inherits Collection(Of Object)
Implements IDisposable
- Inheritance
-
CurrentSelectionPusher
- Attributes
- Implements
Constructors
CurrentSelectionPusher(IServiceProvider, ISelectionContainer) |
Create the component. |
Methods
AddCurrencyManagerProvidersFromContainer(IContainer) |
Add all of the currency manager providers found in the given Windows Forms container |
ClearItems() |
Clear all the items in the list |
Dispose() | |
Finalize() | |
InsertItem(Int32, Object) |
Subscribe to change events on any provider that is added |
RemoveItem(Int32) |
Unsubscribe from change events on any provider that is added |
SetItem(Int32, Object) |
Replace an item in the list |