XamlLight.AddTargetElement(String, UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- lightId
-
String
Platform::String
winrt::hstring
The identifier for the XamlLight that should target the UIElement.