PackageProperties 类

定义

表示 Package 的核心属性。Represents the core properties of a Package.

public ref class PackageProperties abstract : IDisposable
public abstract class PackageProperties : IDisposable
type PackageProperties = class
    interface IDisposable
Public MustInherit Class PackageProperties
Implements IDisposable
继承
PackageProperties
实现

构造函数

PackageProperties()

初始化 PackageProperties 类的新实例。Initializes a new instance of the PackageProperties class.

属性

Category

当在派生类中重写时,获取或设置 Package 的类别。When overridden in a derived class, gets or sets the category of the Package.

ContentStatus

在派生类中重写时,获取或设置一个值,该值表示 Package 的状态。When overridden in a derived class, gets or sets a value that represents the status of the Package.

ContentType

在派生类中重写时,获取或设置一个值,该值表示包含在 Package 中的内容的类型。When overridden in a derived class, gets or sets a value that represents the type of content that is contained in the Package.

Created

在派生类中重写时,获取或设置 Package 的创建日期和时间。When overridden in a derived class, gets or sets the date and time the Package was created.

Creator

在派生类中重写时,获取或设置一个值,该值标识创建了 Package 及其内容的个体或实体。When overridden in a derived class, gets or sets a value that identifies the individual or entity that created the Package and its content.

Description

在派生类中重写时,获取或设置包含在 Package 中的内容的说明。When overridden in a derived class, gets or sets a description of the content contained in the Package.

Identifier

在派生类中重写时,获取或设置一个值,该值明确标识 Package 及其内容。When overridden in a derived class, gets or sets a value that unambiguously identifies the Package and its content.

Keywords

在派生类中重写时,获取或设置一个值,该值定义界定的关键字集来支持搜索和索引 Package 及其内容。When overridden in a derived class, gets or sets a value that define a delimited set of keywords to support searching and indexing the Package and its content.

Language

在派生类中重写时,获取或设置一个值,该值标识 Package 内容的语言。When overridden in a derived class, gets or sets a value that identifies the language of the Package content.

LastModifiedBy

在派生类中重写时,获取或设置一个值,该值标识上次修改 Package 内容的用户。When overridden in a derived class, gets or sets a value that identifies the user who last modified the Package content.

LastPrinted

在派生类中重写时,获取或设置上次打印 Package 内容的日期和时间。When overridden in a derived class, gets or sets the date and time the Package content was last printed.

Modified

在派生类中重写时,获取或设置上次更改 Package 的日期和时间。When overridden in a derived class, gets or sets the date and time the Package was last changed.

Revision

在派生类中重写时,获取或设置 Package 的修订号。When overridden in a derived class, gets or sets the revision number of the Package.

Subject

当在派生类中重写时,获取或设置 Package 内容的主题。When overridden in a derived class, gets or sets the topic of the Package content.

Title

在派生类中重写时,获取或设置为 Package 及其内容指定的名称。When overridden in a derived class, gets or sets the name given to the Package and its content.

Version

在派生类中重写时,获取或设置 Package 的版本号。When overridden in a derived class, gets or sets the version number of the Package.

方法

Dispose()

释放 PackageProperties 实例使用的所有资源。Releases all resources used by the PackageProperties instance.

Dispose(Boolean)

释放由 PackageProperties 实例使用的非托管资源,并选择释放托管资源。Releases the unmanaged resources used by the PackageProperties instance and optionally releases the managed resources.

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于