StandardTableKeyNames.ErrorSource Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entry's error source (e.g. Build).
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.