Share via


ExtensionMetadata.Removed Property

Definition

Gets the metadata entry keys that were removed since the last notification.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Removed { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionIdentificationToken> Removed { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Removed : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionIdentificationToken>
Public ReadOnly Property Removed As IReadOnlyCollection(Of ExtensionIdentificationToken)

Property Value

Attributes

Applies to