AdControl.AddAdTag(String, String) Metodo

Definizione

Aggiunge un tag ad AdControl.

public:
 void AddAdTag(Platform::String ^ tagName, Platform::String ^ tagValue);
void AddAdTag(winrt::hstring const & tagName, winrt::hstring const & tagValue);
public void AddAdTag(string tagName, string tagValue);
function addAdTag(tagName, tagValue)
Public Sub AddAdTag (tagName As String, tagValue As String)

Parametri

tagName
System.String

Nome del tag. Il massimo è 16 caratteri.

tagValue
System.String

Valore del tag. Il massimo è 128 caratteri.

Commenti

Il numero massimo di tag per controllo è 10. Viene generato un evento ErrorOccurred se il numero massimo di tag viene superato o se viene superato il numero massimo di caratteri per entrambi i parametri.

Si applica a