DkmCompileDisplayAttributeInternalAsyncResult.Error 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无指示编译表达式时出现的任何错误。 如果代码成功编译,则此值应为 null。 在错误情况下,此值指示编译错误的原因,调用方应返回 S_OK。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
property System::String ^ Error { System::String ^ get(); };
public:
property Platform::String ^ Error { Platform::String ^ get(); };
public string Error { get; }
member this.Error : string
Public ReadOnly Property Error As String