ImageLibrary.GetImage(ImageMoniker, ImageAttributes) 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.
Returns an image conforming to attributes
from the library
public:
System::Object ^ GetImage(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker, Microsoft::VisualStudio::Imaging::Interop::ImageAttributes attributes);
winrt::Windows::Foundation::IInspectable GetImage(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker, Microsoft::VisualStudio::Imaging::Interop::ImageAttributes attributes);
public object GetImage (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker, Microsoft.VisualStudio.Imaging.Interop.ImageAttributes attributes);
member this.GetImage : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker * Microsoft.VisualStudio.Imaging.Interop.ImageAttributes -> obj
Public Function GetImage (moniker As ImageMoniker, attributes As ImageAttributes) As Object
Parameters
- moniker
- ImageMoniker
The moniker for the image
- attributes
- ImageAttributes
The attributes describing the desired image
Returns
The requested image