Share via


IVsImageService.Get Method

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)

Syntax

'Declaration
Function Get ( _
    Name As String _
) As IVsUIObject
IVsUIObject Get(
    string Name
)
IVsUIObject^ Get(
    [InAttribute] String^ Name
)
abstract Get : 
        Name:string -> IVsUIObject
function Get(
    Name : String
) : IVsUIObject

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject
The icon object. Returns null if the icon does not exist.

.NET Framework Security

See Also

Reference

IVsImageService Interface

Microsoft.VisualStudio.Shell.Interop Namespace