次の方法で共有


IElementController.EffectIsAttached(String) メソッド

定義

.NET MAUI による内部使用用。

public:
 bool EffectIsAttached(System::String ^ name);
public bool EffectIsAttached (string name);
abstract member EffectIsAttached : string -> bool
Public Function EffectIsAttached (name As String) As Boolean

パラメーター

name
String

効果の名前。

戻り値

注釈

true 効果が 要素にアタッチされている場合は 。 false それ以外の場合は 。

適用対象