IVsTaskProvider5.ImageListMoniker Property
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.
Gets the image list moniker.
public:
property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker ImageListMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
[System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")]
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker ImageListMoniker { get; }
[<System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")>]
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.ImageListMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property ImageListMoniker As ImageMoniker
Property Value
The image list moniker.
- Attributes