次の方法で共有


FileMetadata Class

Definition

Represents file metadata used by the IRemoteFileMetadataService.

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

Constructors

FileMetadata(String, IReadOnlyDictionary<String,String>)

Initializes a new instance of the FileMetadata class.

Properties

Metadata

Gets the metadata (i.e. key-value pairs) describing the file.

RelativeFilePath

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

Applies to