共用方式為


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 物件時傳回已 Boxed 的值。 您可以在 Microsoft.VisualStudio.Shell.TableManager.Boxes 中找到 Boxed 對等 ErrorSource 專案。

適用於