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。

适用于