Поделиться через


XamlLight.AddTargetElement(String, UIElement) Метод

Определение

Задает UIElement в качестве целевого объекта XamlLight.

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

Идентификатор xamlLight , который должен быть нацелен на UIElement.

element
UIElement

Объект UIElement , на который должен ориентироваться свет.

Применяется к