InterstitialAd.RemoveAdTag(String) Method

Definition

Removes an ad tag from the InterstitialAd control.

public:
 void RemoveAdTag(Platform::String ^ tagName);
void RemoveAdTag(winrt::hstring const & tagName);
public void RemoveAdTag(string tagName);
function removeAdTag(tagName)
Public Sub RemoveAdTag (tagName As String)

Parameters

tagName
System.String

The name of the tag to remove.

Remarks

This method has no effect if the specified tag name does not exist.

Applies to

See also