Share via


BitmapEffect.UpdateUnmanagedPropertyState(SafeHandle) Yöntem

Tanım

Dikkat

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

Türetilmiş bir sınıfta geçersiz kılındığında, etkinin yönetilmeyen özelliklerinin özellik durumlarını güncelleştirir.

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)

Parametreler

unmanagedEffect
SafeHandle

Güncelleştirilecek özellikleri içeren efektin tutamacı.

Öznitelikler

Açıklamalar

Bu yöntemin geçersiz kılması içinde yönetilmeyen özellikleri ayarlarken yardımcı yöntemini SetValuekullanın.

Şunlara uygulanır