XamlLight.RemoveTargetElement(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 RemoveTargetElement(Platform::String ^ lightId, UIElement ^ element);
static void RemoveTargetElement(winrt::hstring const& lightId, UIElement const& element);
public static void RemoveTargetElement(string lightId, UIElement element);
function removeTargetElement(lightId, element)
Public Shared Sub RemoveTargetElement (lightId As String, element As UIElement)
Parameters
- lightId
-
String
Platform::String
winrt::hstring
The identifier for the XamlLight that should no longer target the UIElement.