UnsupportedOSPlatformAttribute.Message 属性

定义

获取为 属性提供的可选附加消息。

public:
 property System::String ^ Message { System::String ^ get(); };
public string? Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

属性值

表示消息的字符串;如果没有消息, null 则为 。

注解

提供有关不受支持的 API 的其他消息,主要是为了为指定的 OS 平台建议替换 API。

适用于