XamlLight.AddTargetElement(String, UIElement) 메서드

정의

UIElementXamlLight의 대상으로 설정합니다.

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

매개 변수

lightId
String

Platform::String

winrt::hstring

UIElement를 대상으로 하는 XamlLight의 식별자입니다.

element
UIElement

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

적용 대상