UnsupportedOSPlatformAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| UnsupportedOSPlatformAttribute(String) |
初始化該屬性類別的新實例 UnsupportedOSPlatformAttribute ,以支援指定的不支援作業系統平台。 |
| UnsupportedOSPlatformAttribute(String, String) |
初始化指定未支援作業系統平台的屬性類別新實例 UnsupportedOSPlatformAttribute ,並附加訊息。 |
UnsupportedOSPlatformAttribute(String)
初始化該屬性類別的新實例 UnsupportedOSPlatformAttribute ,以支援指定的不支援作業系統平台。
public:
UnsupportedOSPlatformAttribute(System::String ^ platformName);
public UnsupportedOSPlatformAttribute(string platformName);
new System.Runtime.Versioning.UnsupportedOSPlatformAttribute : string -> System.Runtime.Versioning.UnsupportedOSPlatformAttribute
Public Sub New (platformName As String)
參數
- platformName
- String
不支援的作業系統平台名稱,可選擇包含版本。
適用於
UnsupportedOSPlatformAttribute(String, String)
初始化指定未支援作業系統平台的屬性類別新實例 UnsupportedOSPlatformAttribute ,並附加訊息。
public:
UnsupportedOSPlatformAttribute(System::String ^ platformName, System::String ^ message);
public UnsupportedOSPlatformAttribute(string platformName, string? message);
new System.Runtime.Versioning.UnsupportedOSPlatformAttribute : string * string -> System.Runtime.Versioning.UnsupportedOSPlatformAttribute
Public Sub New (platformName As String, message As String)
參數
- platformName
- String
不支援的作業系統平台名稱,可選擇包含版本。
- message
- String
額外訊息,主要是建議用來替代不支援的 API。