DkmNativeCppCompilationError.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用户可读的错误消息。
此 API 是在 Visual Studio 14 Update 2 (VS14Update2) 中引入的。
public:
property System::String ^ Message { System::String ^ get(); };
public:
property Platform::String ^ Message { Platform::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String