다음을 통해 공유


PlatformEffect<TContainer,TControl> 클래스

정의

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>
파생

생성자

PlatformEffect<TContainer,TControl>()

속성

Container
Control
Element

스타일이 연결된 요소를 가져옵니다.

(다음에서 상속됨 Effect)
IsAttached

효과가 요소에 연결되는지 여부를 알려주는 값을 가져옵니다.

(다음에서 상속됨 Effect)
ResolveId

런타임 시 이 효과를 해결하는 데 사용되는 ID를 가져옵니다.

(다음에서 상속됨 Effect)

메서드

OnAttached() (다음에서 상속됨 Effect)
OnDetached() (다음에서 상속됨 Effect)
OnElementPropertyChanged(PropertyChangedEventArgs)

적용 대상