DkmCompileDisplayAttributeInternalAsyncResult.Result 属性

定义

可有可无已编译的显示特性。 如果 Result 为 null,并且错误不为 null,则存在编译错误。

此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrInspectionQuery ^ Result { Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrInspectionQuery ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrInspectionQuery ^ Result { Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrInspectionQuery ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrInspectionQuery Result { get; }
member this.Result : Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrInspectionQuery
Public ReadOnly Property Result As DkmCompiledClrInspectionQuery

属性值

DkmCompiledClrInspectionQuery

适用于