Compartir a través de


Método PortablePlatformAbstraction.Get

Gets the abstraction of the portable platform.

Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Uso

'Uso
Dim hasDefaultImplementation As Boolean
Dim returnValue As T

returnValue = PortablePlatformAbstraction.Get(hasDefaultImplementation)

Sintaxis

'Declaración
Public Shared Function Get(Of T) ( _
    <OptionalAttribute> Optional hasDefaultImplementation As Boolean = False _
) As T
public static T Get<T> (
    [OptionalAttribute] bool hasDefaultImplementation
)
public:
generic<typename T>
static T Get (
    [OptionalAttribute] bool hasDefaultImplementation
)

GenericParameters

  • T
    The type of the abstraction.

Parámetros

  • hasDefaultImplementation
    The indicator of whether the abstraction has a default implementation. true if the abstraction has a default implementation; otherwise, false.

Valor devuelto

The abstraction of the portable platform.

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 PortablePlatformAbstraction
Miembros PortablePlatformAbstraction
Espacio de nombres Microsoft.WindowsAzure.Common.Internals