BitmapEffect.UpdateUnmanagedPropertyState(SafeHandle) Método

Definição

Atenção

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

Quando sobrescrito numa classe derivada, atualiza os estados de propriedade das propriedades não geridas 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 handle para o efeito que contém as propriedades a atualizar.

Atributos

Observações

Ao definir propriedades não geridas dentro de uma sobreposição deste método, use o método SetValuehelper .

Aplica-se a