ErrorTask.IVsErrorItem.GetCategory(UInt32) Method

Definition

Gets the category of the error.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsErrorItem.GetCategory([Runtime::InteropServices::Out] System::UInt32 % pCategory) = Microsoft::VisualStudio::Shell::Interop::IVsErrorItem::GetCategory;
int IVsErrorItem.GetCategory (out uint pCategory);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsErrorItem.GetCategory : uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsErrorItem.GetCategory : uint32 -> int
Function GetCategory (ByRef pCategory As UInteger) As Integer Implements IVsErrorItem.GetCategory

Parameters

pCategory
UInt32

[out] Returns the TaskErrorCategory.

Returns

Microsoft.VisualStudio.NativeMethods.S_OK.

Implements

Applies to