IImageHandle.Moniker 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 ImageMoniker for this image handle.
public:
property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker Moniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker Moniker { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Imaging.Interop.ImageMoniker")]
[System.Runtime.InteropServices.DispId(1610678272)]
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker Moniker { get; }
member this.Moniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Imaging.Interop.ImageMoniker")>]
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.Moniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property Moniker As ImageMoniker
Property Value
The ImageMoniker for this image handle.
- Attributes