ErrorTask.IVsErrorItem.GetCategory(UInt32) Method
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.
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.