IImageSourceServiceProvider.GetImageSourceServiceType(Type) 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.
Caution
Use GetImageSourceService instead.
public:
virtual Type ^ GetImageSourceServiceType(Type ^ imageSource);
public:
Type ^ GetImageSourceServiceType(Type ^ imageSource);
[System.Obsolete("Use GetImageSourceService instead.")]
public virtual Type GetImageSourceServiceType(Type imageSource);
public Type GetImageSourceServiceType(Type imageSource);
[<System.Obsolete("Use GetImageSourceService instead.")>]
abstract member GetImageSourceServiceType : Type -> Type
override this.GetImageSourceServiceType : Type -> Type
abstract member GetImageSourceServiceType : Type -> Type
Public Overridable Function GetImageSourceServiceType (imageSource As Type) As Type
Public Function GetImageSourceServiceType (imageSource As Type) As Type
Parameters
- imageSource
- Type
Returns
- Attributes