XamlLight.RemoveTargetElement(String, UIElement) 메서드

정의

UIElementXamlLight의 대상이 되는 것을 중지합니다.

public:
 static void RemoveTargetElement(Platform::String ^ lightId, UIElement ^ element);
 static void RemoveTargetElement(winrt::hstring const& lightId, UIElement const& element);
public static void RemoveTargetElement(string lightId, UIElement element);
function removeTargetElement(lightId, element)
Public Shared Sub RemoveTargetElement (lightId As String, element As UIElement)

매개 변수

lightId
String

Platform::String

winrt::hstring

더 이상 UIElement를 대상으로 하지 않아야 하는 XamlLight의 식별자입니다.

element
UIElement

표시등이 더 이상 대상으로 지정하지 않아야 하는 UIElement 입니다.

적용 대상