Share via


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 否則為 。

適用於