共用方式為


TargetPlatformAttribute(String) 建構函式

定義

為指定的目標 OS 平台初始化 TargetPlatformAttribute 屬性類別的新執行個體。

public:
 TargetPlatformAttribute(System::String ^ platformName);
public TargetPlatformAttribute (string platformName);
new System.Runtime.Versioning.TargetPlatformAttribute : string -> System.Runtime.Versioning.TargetPlatformAttribute
Public Sub New (platformName As String)

參數

platformName
String

目標 OS 平台名稱。

適用於