BitmapEffect.UpdateUnmanagedPropertyState(SafeHandle) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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를 사용합니다.