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

应以 UIElement 为目标的 XamlLight 的标识符。

element
UIElement

光线应面向的 UIElement

适用于