次の方法で共有


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)

適用対象