Freigeben über


StringEntryBucket.TryCreateImageContent(ImageMoniker) Method

Definition

Get the ImageMoniker used to display the group.

public:
 virtual bool TryCreateImageContent([Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public bool TryCreateImageContent (out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
public virtual bool TryCreateImageContent (out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : ImageMoniker -> bool
override this.TryCreateImageContent : ImageMoniker -> bool
Public Function TryCreateImageContent (ByRef content As ImageMoniker) As Boolean
Public Overridable Function TryCreateImageContent (ByRef content As ImageMoniker) As Boolean

Parameters

content
ImageMoniker

The ImageMoniker to display the group.

Returns

true if the group should be displayed using ImageMoniker.

Implements

Applies to