IVsImageService::Add Method (String^, IVsUIObject^)

 

Adds an icon with the specified name to the service.

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

void Add(
	String^ Name,
	IVsUIObject^ pIconObject
)

Parameters

Name
Type: System::String^

[in] Name of the icon.

pIconObject
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIObject^

[in] The icon object to add to the service.

Return to top
Show: