This documentation is archived and is not being maintained.
PackageProperties Class
Visual Studio 2010
Represents the core properties of a Package.
Assembly: WindowsBase (in WindowsBase.dll)
The PackageProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Category | When overridden in a derived class, gets or sets the category of the Package. |
![]() | ContentStatus | When overridden in a derived class, gets or sets a value that represents the status of the Package. |
![]() | ContentType | When overridden in a derived class, gets or sets a value that represents the type of content that is contained in the Package. |
![]() | Created | When overridden in a derived class, gets or sets the date and time the Package was created. |
![]() | Creator | 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 | When overridden in a derived class, gets or sets a description of the content contained in the Package. |
![]() | Identifier | When overridden in a derived class, gets or sets a value that unambiguously identifies the Package and its content. |
![]() | Keywords | 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 | When overridden in a derived class, gets or sets a value that identifies the language of the Package content. |
![]() | LastModifiedBy | When overridden in a derived class, gets or sets a value that identifies the user who last modified the Package content. |
![]() | LastPrinted | When overridden in a derived class, gets or sets the date and time the Package content was last printed. |
![]() | Modified | When overridden in a derived class, gets or sets the date and time the Package was last changed. |
![]() | Revision | When overridden in a derived class, gets or sets the revision number of the Package. |
![]() | Subject | When overridden in a derived class, gets or sets the topic of the Package content. |
![]() | Title | When overridden in a derived class, gets or sets the name given to the Package and its content. |
![]() | Version | When overridden in a derived class, gets or sets the version number of the Package. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the PackageProperties instance. |
![]() | Dispose(Boolean) | 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. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
