Share via


IVsDataViewIconProvider.GetExpandedIcon Method

When implemented by a class, retrieves the icon displayed when the specified node is expanded.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetExpandedIcon ( _
    itemId As Integer _
) As Icon
Icon GetExpandedIcon(
    int itemId
)
Icon^ GetExpandedIcon(
    int itemId
)
abstract GetExpandedIcon : 
        itemId:int -> Icon
function GetExpandedIcon(
    itemId : int
) : Icon

Parameters

  • itemId
    Type: System.Int32

    A numerical identifier of the node for which you want to get the icon.

Return Value

Type: System.Drawing.Icon
An Icon object representing the node's icon.

.NET Framework Security

See Also

Reference

IVsDataViewIconProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace