PlatformEffect<TContainer,TControl> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
generic <typename TContainer, typename TControl>
where TContainer : class where TControl : classpublic ref class PlatformEffect abstract : Microsoft::Maui::Controls::Effect
public abstract class PlatformEffect<TContainer,TControl> : Microsoft.Maui.Controls.Effect where TContainer : class where TControl : class
type PlatformEffect<'Container, 'Control (requires 'Container : null and 'Control : null)> = class
inherit Effect
Public MustInherit Class PlatformEffect(Of TContainer, TControl)
Inherits Effect
형식 매개 변수
- TContainer
- TControl
- 상속
- 파생
생성자
PlatformEffect<TContainer,TControl>() |
속성
Container | |
Control | |
Element |
스타일이 연결된 요소를 가져옵니다. (다음에서 상속됨 Effect) |
IsAttached |
효과가 요소에 연결되는지 여부를 알려주는 값을 가져옵니다. (다음에서 상속됨 Effect) |
ResolveId |
런타임 시 이 효과를 해결하는 데 사용되는 ID를 가져옵니다. (다음에서 상속됨 Effect) |
메서드
OnAttached() | (다음에서 상속됨 Effect) |
OnDetached() | (다음에서 상속됨 Effect) |
OnElementPropertyChanged(PropertyChangedEventArgs) |