ImageLibrary Constructors
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.
Overloads
ImageLibrary(Boolean, ITracer) |
Initializes a new instance of an ImageLibrary object. |
ImageLibrary(JoinableTaskFactory, Boolean, ITracer) |
Constructs an ImageLibrary object |
ImageLibrary(Boolean, ITracer)
Initializes a new instance of an ImageLibrary object.
ImageLibrary(bool isDefault = false, Microsoft::VisualStudio::Utilities::ITracer const & tracer = null);
public ImageLibrary (bool isDefault = false, Microsoft.VisualStudio.Utilities.ITracer tracer = default);
new Microsoft.VisualStudio.Imaging.ImageLibrary : bool * Microsoft.VisualStudio.Utilities.ITracer -> Microsoft.VisualStudio.Imaging.ImageLibrary
Public Sub New (Optional isDefault As Boolean = false, Optional tracer As ITracer = Nothing)
Parameters
- isDefault
- Boolean
True if this ImageLibrary should be used as ImageLibrary.Default.
- tracer
- ITracer
The tracer to use.
Applies to
ImageLibrary(JoinableTaskFactory, Boolean, ITracer)
Constructs an ImageLibrary object
public ImageLibrary (Microsoft.VisualStudio.Threading.JoinableTaskFactory jtf, bool isDefault = false, Microsoft.VisualStudio.Utilities.ITracer tracer = default);
new Microsoft.VisualStudio.Imaging.ImageLibrary : Microsoft.VisualStudio.Threading.JoinableTaskFactory * bool * Microsoft.VisualStudio.Utilities.ITracer -> Microsoft.VisualStudio.Imaging.ImageLibrary
Public Sub New (jtf As JoinableTaskFactory, Optional isDefault As Boolean = false, Optional tracer As ITracer = Nothing)
Parameters
The joinable task factory to use for threading operations
- isDefault
- Boolean
Whether or not this ImageLibrary should be used as ImageLibrary.Default
- tracer
- ITracer
The tracer to use