次の方法で共有


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 です

適用対象