IVsImageService::Get Method (String^)

 

Gets the icon with the specified name.

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

IVsUIObject^ Get(
	String^ Name
)

Parameters

Name
Type: System::String^

[in] The name of the icon.

Return Value

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

The icon object. Returns null if the icon does not exist.

Return to top
Show: