BitmapEffect.UpdateUnmanagedPropertyState(SafeHandle) メソッド

定義

注意事項

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

派生クラスでオーバーライドされると、効果のアンマネージ プロパティの状態を更新します。

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)

パラメーター

unmanagedEffect
SafeHandle

更新するプロパティを含む効果のハンドル。

属性

注釈

このメソッドのオーバーライド内でアンマネージド プロパティを設定する場合は、ヘルパー メソッド を使用します SetValue

適用対象