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
- pCategory
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsErrorItem.GetCategory(UInt32%)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.