IVsDataViewIconProvider.GetExpandedIcon(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, retrieves the icon displayed when the specified node is expanded.
public:
System::Drawing::Icon ^ GetExpandedIcon(int itemId);
public System.Drawing.Icon GetExpandedIcon (int itemId);
abstract member GetExpandedIcon : int -> System.Drawing.Icon
Public Function GetExpandedIcon (itemId As Integer) As Icon
Parameters
- itemId
- Int32
A numerical identifier of the node for which you want to get the icon.
Returns
An Icon object representing the node's icon.