XamlLight.AddTargetElement(String, UIElement) メソッド

定義

XAMLLight のターゲットとして UIElement を設定します。

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

適用対象