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.
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 de XamlLight qui ne doit plus cibler l’élément UIElement.