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.Int32A 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
- 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.
See Also
Reference
IVsDataViewIconProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace