Share via


MetadataChangedEventArgs.Removed Property

Definition

Gets the metadate entry keys that were removed since the last event.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Removed { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> Removed { get; }
member this.Removed : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property Removed As IReadOnlyCollection(Of String)

Property Value

Applies to