FileMetadataChange.RemovedMetadataKeys Property
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.
Gets the metadata keys that have been removed from the set of metadata for the file.
public:
property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ RemovedMetadataKeys { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> RemovedMetadataKeys { get; }
member this.RemovedMetadataKeys : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property RemovedMetadataKeys As IReadOnlyCollection(Of String)