PackageProperties クラス
定義
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() |
現在のインスタンスの Type を取得します。Gets 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) |