IAdornmentLayer.RemoveAdornmentsByTag(Object) Method

Definition

Removes all UIElement objects associated with a particular tag.

public:
 void RemoveAdornmentsByTag(System::Object ^ tag);
public:
 void RemoveAdornmentsByTag(Platform::Object ^ tag);
void RemoveAdornmentsByTag(winrt::Windows::Foundation::IInspectable const & tag);
public void RemoveAdornmentsByTag (object tag);
abstract member RemoveAdornmentsByTag : obj -> unit
Public Sub RemoveAdornmentsByTag (tag As Object)

Parameters

tag
Object

The tag to use to remove UIElements.

Applies to