DkmCompileDisplayAttributeInternalAsyncResult.Error 属性

定义

可有可无指示编译表达式时出现的任何错误。 如果代码成功编译,则此值应为 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

属性值

String

适用于