IconDescription Constructor
Initializes a new instance of an IconDescription from a group and an item within the group.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub New ( _
group As StandardGlyphGroup, _
item As StandardGlyphItem _
)
public IconDescription(
StandardGlyphGroup group,
StandardGlyphItem item
)
public:
IconDescription(
StandardGlyphGroup group,
StandardGlyphItem item
)
new :
group:StandardGlyphGroup *
item:StandardGlyphItem -> IconDescription
public function IconDescription(
group : StandardGlyphGroup,
item : StandardGlyphItem
)
Parameters
group
Type: Microsoft.VisualStudio.Language.Intellisense.StandardGlyphGroupThe StandardGlyphGroup of the icon to be displayed.
item
Type: Microsoft.VisualStudio.Language.Intellisense.StandardGlyphItemThe StandardGlyphItem within the icon group to be displayed.
.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.