XamlLight.AddTargetElement(String, UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- lightId
-
String
Platform::String
winrt::hstring
O identificador do XamlLight que deve ter como destino o UIElement.