IImageSourceServiceProvider.GetImageSourceType(Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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
Parâmetros
- imageSource
- Type
Retornos
- Atributos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.