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 그렇지 않으면 입니다.

적용 대상