次の方法で共有


FileMetadataChange Class

Definition

Represents a change in metadata for a specific file

public ref class FileMetadataChange sealed
public sealed class FileMetadataChange
type FileMetadataChange = class
Public NotInheritable Class FileMetadataChange
Inheritance
FileMetadataChange

Constructors

FileMetadataChange(String, IReadOnlyCollection<String>, IReadOnlyDictionary<String,String>)

Initializes a new instance of the FileMetadataChange class.

Properties

RelativeFilePath

Gets the path of the file, relative to the workspace root

RemovedMetadataKeys

Gets the metadata keys that have been removed from the set of metadata for the file.

UpdatedMetadata

Gets the set of new or modified metadata for the file.

Applies to