CurrentSelectionPusher.AddCurrencyManagerProvidersFromContainer Method

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

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

Syntax

'Declaração
Public Sub AddCurrencyManagerProvidersFromContainer ( _
    container As IContainer _
)
public void AddCurrencyManagerProvidersFromContainer(
    IContainer container
)
public:
void AddCurrencyManagerProvidersFromContainer(
    IContainer^ container
)
member AddCurrencyManagerProvidersFromContainer : 
        container:IContainer -> unit 
public function AddCurrencyManagerProvidersFromContainer(
    container : IContainer
)

Parameters

Remarks

Allows all of the currency manager providers on a form to be added in one call.

.NET Framework Security

See Also

Reference

CurrentSelectionPusher Class

Microsoft.VisualStudio.Modeling.Shell Namespace