XamlLight.RemoveTargetElement(String, UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Empêche un UIElement d’être une cible d’un objet XamlLight.
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)
Paramètres
- lightId
-
String
Platform::String
winrt::hstring
Identificateur du XamlLight qui ne doit plus cibler l’élément UIElement.