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

Visual Studio 2015
 

Adds the specified icon with the specified name to the service.

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

void Add(
	String^ Name,
	IVsUIObject^ pIconObject
)

Parameters

Name
Type: System::String^

The name of the icon.

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

The icon object.

Return to top
Show: