AdControl.RemoveAdTag(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.