PlatformAttribute(Platform) 构造函数

定义

创建并初始化 特性的新实例。

public:
 PlatformAttribute(Platform platform);
 PlatformAttribute(Platform const& platform);
public PlatformAttribute(Platform platform);
function PlatformAttribute(platform)
Public Sub New (platform As Platform)

参数

platform
Platform

枚举的一个值。 默认值为 Windows

适用于