Bagikan melalui


AdControl.RemoveAdTag(String) Method

Definition

Removes an ad tag from the AdControl.

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
String

Platform::String

winrt::hstring

The name of the tag to remove.

Remarks

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

Applies to