次の方法で共有


IVsTaskItem2.Category Method

Returns the category of a task item.

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

Syntax

'宣言
Function Category ( _
    <OutAttribute> pCat As VSTASKCATEGORY() _
) As Integer
'使用
Dim instance As IVsTaskItem2
Dim pCat As VSTASKCATEGORY()
Dim returnValue As Integer

returnValue = instance.Category(pCat)
int Category(
    VSTASKCATEGORY[] pCat
)
int Category(
    [OutAttribute] array<VSTASKCATEGORY>^ pCat
)
function Category(
    pCat : VSTASKCATEGORY[]
) : int

Parameters

  • pCat
    Type: []

    [out, retval] Category of the task item. For a list of values, see VSTASKCATEGORY.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsTaskItem.Category([])

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsTaskItem::Category(
   [out, retval] VSTASKCATEGORY *pCat
);

The category is not shown to the user, but is used for filtering and sorting when switching between different views of the task list.

Permissions

See Also

Reference

IVsTaskItem2 Interface

IVsTaskItem2 Members

Microsoft.VisualStudio.Shell.Interop Namespace