StringEntryBucket.TryCreateImageContent(ImageMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.