ICloudConfigurationProvider::GetConnectionInfo Method (Type^, String^, String^%, String^%)
Gets the connection information for the configuration provider.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
IDictionary<String^, Object^>^ GetConnectionInfo( Type^ type, String^ name, [OutAttribute] String^% settingsName, [OutAttribute] String^% settingsValue )
Parameters
- type
-
Type:
System::Type^
The connection type.
- name
-
Type:
System::String^
The connection name.
- settingsName
-
Type:
System::String^%
The settings name.
- settingsValue
-
Type:
System::String^%
The settings value.
Return Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^The connection information for the configuration provider.
Show: