次の方法で共有


IVsFontAndColorDefaults.GetItem Method

Returns an AllColorableItemInfo structure containing font and color information for specific member of the Display Items list for a given Category as indicated by the iItem parameter.

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

Syntax

'宣言
Function GetItem ( _
    iItem As Integer, _
    <OutAttribute> pInfo As AllColorableItemInfo() _
) As Integer
'使用
Dim instance As IVsFontAndColorDefaults
Dim iItem As Integer
Dim pInfo As AllColorableItemInfo()
Dim returnValue As Integer

returnValue = instance.GetItem(iItem, _
    pInfo)
int GetItem(
    int iItem,
    AllColorableItemInfo[] pInfo
)
int GetItem(
    [InAttribute] int iItem, 
    [OutAttribute] array<AllColorableItemInfo>^ pInfo
)
function GetItem(
    iItem : int, 
    pInfo : AllColorableItemInfo[]
) : int

Parameters

  • iItem
    Type: System.Int32

    [in] Integer containing the item index.

  • pInfo
    Type: []

    [out] Reference to an AllColorableItemInfo structure, which contains the defaults attributes of the indexed Display Item.

Return Value

Type: System.Int32

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsFontAndColorDefaults::GetItem(
   [in] LONG iItem,
   [out] AllColorableItemInfo *pInfo
);

Permissions

See Also

Reference

IVsFontAndColorDefaults Interface

IVsFontAndColorDefaults Members

Microsoft.VisualStudio.Shell.Interop Namespace