StandardTableKeyNames.ErrorSource 字段

定义

条目的错误源 (例如 Build) 。

public: System::String ^ ErrorSource;
std::wstring ErrorSource;
public const string ErrorSource;
val mutable ErrorSource : string
Public Const ErrorSource As String 

字段值

注解

预期的数据类型为 ErrorSource

出于性能原因,最好返回在通过 out 对象返回时已装箱的值。 可以在 Microsoft.VisualStudio.Shell.TableManager.Box 中找到 的 ErrorSource 盒装等效项。

适用于