CurrentSelectionPusher Class

 

Class to expose the current selection from a set of Windows Forms Currency Manager Providers or WPF Content Controls to the Visual Studio properties window

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

System::Object
  System.Collections.ObjectModel::Collection<T>
    Microsoft.VisualStudio.Modeling.Shell::CurrentSelectionPusher

[CLSCompliantAttribute(false)]
public ref class CurrentSelectionPusher : Collection<Object^>, 
	IDisposable

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

System_CAPS_protpropertyItems

(Inherited from Collection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodAddCurrencyManagerProvidersFromContainer(IContainer^)

Add all of the currency manager providers found in the given Windows Forms container

System_CAPS_pubmethodClear()

(Inherited from Collection<T>.)

System_CAPS_protmethodClearItems()

Clear all the items in the list(Overrides Collection<T>::ClearItems().)

System_CAPS_pubmethodContains(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodDispose()

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Overrides Object::Finalize().)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection<T>.)

System_CAPS_protmethodInsertItem(Int32, Object^)

Subscribe to change events on any provider that is added(Overrides Collection<T>::InsertItem(Int32, T).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<T>.)

System_CAPS_protmethodRemoveItem(Int32)

Unsubscribe from change events on any provider that is added(Overrides Collection<T>::RemoveItem(Int32).)

System_CAPS_protmethodSetItem(Int32, Object^)

Replace an item in the list(Overrides Collection<T>::SetItem(Int32, T).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: