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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
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
- container
Type: System.ComponentModel.IContainer
Remarks
Allows all of the currency manager providers on a form to be added in one call.
.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.