IImageSourceServiceProvider.GetImageSourceType(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:
Type ^ GetImageSourceType(Type ^ imageSource);
public:
virtual Type ^ GetImageSourceType(Type ^ imageSource);
public Type GetImageSourceType (Type imageSource);
[System.Obsolete("Use GetImageSourceService instead.")]
public virtual Type GetImageSourceType (Type imageSource);
abstract member GetImageSourceType : Type -> Type
[<System.Obsolete("Use GetImageSourceService instead.")>]
abstract member GetImageSourceType : Type -> Type
override this.GetImageSourceType : Type -> Type
Public Function GetImageSourceType (imageSource As Type) As Type
Public Overridable Function GetImageSourceType (imageSource As Type) As Type
Parameters
- imageSource
- Type
Returns
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.