EncryptedPackageEnvelope.PackageProperties 属性

定义

获取权限管理文档的核心包属性(如,Title 和 Subject)。

public:
 property System::IO::Packaging::PackageProperties ^ PackageProperties { System::IO::Packaging::PackageProperties ^ get(); };
public System.IO.Packaging.PackageProperties PackageProperties { get; }
member this.PackageProperties : System.IO.Packaging.PackageProperties
Public ReadOnly Property PackageProperties As PackageProperties

属性值

包的 PackageProperties

注解

这些核心属性存储在标准 OLE 属性流中, (\005SummaryInformation 和 \005DocumentSummaryInformation) 。 核心属性也存储在包本身中。 应用程序负责使两组属性保持同步。

适用于