ErrorTask.IVsErrorItem.GetCategory Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function GetCategory ( _
    <OutAttribute> ByRef pCategory As UInteger _
) As Integer Implements IVsErrorItem.GetCategory
'使用
Dim instance As ErrorTask
Dim pCategory As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsErrorItem).GetCategory(pCategory)
int IVsErrorItem.GetCategory(
    out uint pCategory
)
private:
virtual int GetCategory(
    [OutAttribute] unsigned int% pCategory
) sealed = IVsErrorItem::GetCategory
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsErrorItem.GetCategory(UInt32%)

Permissions

See Also

Reference

ErrorTask Class

ErrorTask Members

Microsoft.VisualStudio.Shell Namespace