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 否则为 。

适用于