Método ConfigurationHelper.GetSettingName
Returns the name of the setting that is associated with the helper.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Uso
'Uso
Dim type As Type
Dim name As String
Dim format As String
Dim returnValue As String
returnValue = ConfigurationHelper.GetSettingName(type, name, format)
Sintaxe
'Declaração
Public Shared Function GetSettingName ( _
type As Type, _
<OptionalAttribute> Optional name As String = Nothing, _
<OptionalAttribute> Optional format As String = Nothing _
) As String
public static string GetSettingName (
Type type,
[OptionalAttribute] string name,
[OptionalAttribute] string format
)
public:
static String^ GetSettingName (
Type^ type,
[OptionalAttribute] String^ name,
[OptionalAttribute] String^ format
)
public static String GetSettingName (
Type type,
/** @attribute OptionalAttribute() */ String name,
/** @attribute OptionalAttribute() */ String format
)
public static function GetSettingName (
type : Type,
name : String,
format : String
) : String
Parâmetros
- type
The type.
- name
The name of the setting.
- format
The setting format.
Valor de retorno
The name of the setting that is associated with the helper.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe ConfigurationHelper
Membros ConfigurationHelper
Namespace Microsoft.WindowsAzure.Common.Internals