BitmapEffect.UpdateUnmanagedPropertyState(SafeHandle) Método

Definição

Cuidado

BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.

Quando substituído em uma classe derivada, atualiza os estados de propriedade das propriedades não gerenciadas do efeito.

protected:
 abstract void UpdateUnmanagedPropertyState(System::Runtime::InteropServices::SafeHandle ^ unmanagedEffect);
protected abstract void UpdateUnmanagedPropertyState (System.Runtime.InteropServices.SafeHandle unmanagedEffect);
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
[System.Security.SecurityCritical]
protected abstract void UpdateUnmanagedPropertyState (System.Runtime.InteropServices.SafeHandle unmanagedEffect);
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
protected abstract void UpdateUnmanagedPropertyState (System.Runtime.InteropServices.SafeHandle unmanagedEffect);
abstract member UpdateUnmanagedPropertyState : System.Runtime.InteropServices.SafeHandle -> unit
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
[<System.Security.SecurityCritical>]
abstract member UpdateUnmanagedPropertyState : System.Runtime.InteropServices.SafeHandle -> unit
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
abstract member UpdateUnmanagedPropertyState : System.Runtime.InteropServices.SafeHandle -> unit
Protected MustOverride Sub UpdateUnmanagedPropertyState (unmanagedEffect As SafeHandle)

Parâmetros

unmanagedEffect
SafeHandle

O identificador para o efeito que contém as propriedades a serem atualizadas.

Atributos

Comentários

Ao definir propriedades não gerenciadas dentro de uma substituição desse método, use o método SetValueauxiliar.

Aplica-se a