Compartir a través de


Método ConfigurationHelper.GetSettingName

Returns the name of the setting that is associated with the helper.

Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en 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)

Sintaxis

'Declaración
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 devuelto

The name of the setting that is associated with the helper.

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Clase ConfigurationHelper
Miembros ConfigurationHelper
Espacio de nombres Microsoft.WindowsAzure.Common.Internals