StandardTableKeyNames.ErrorSource Field

Definition

The entry's error source (e.g. "Build"). Expected data type is ErrorSource.

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

Field Value

Remarks

Expected data type is ErrorSource.

It is better, for performance reasons, to return values that have been boxed when returning though an out object. You can find boxed equivalents of ErrorSource in Microsoft.VisualStudio.Shell.TableManager.Boxes.

Applies to