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
Name
Type: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.