PortablePlatformAbstraction.Get 方法
Gets the abstraction of the portable platform.
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(在 Microsoft.WindowsAzure.Common.dll 中)
使用
用法
Dim hasDefaultImplementation As Boolean
Dim returnValue As T
returnValue = PortablePlatformAbstraction.Get(hasDefaultImplementation)
语法
声明
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.
参数
- hasDefaultImplementation
The indicator of whether the abstraction has a default implementation. true if the abstraction has a default implementation; otherwise, false.
返回值
The abstraction of the portable platform.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
PortablePlatformAbstraction 类
PortablePlatformAbstraction 成员
Microsoft.WindowsAzure.Common.Internals 命名空间