C# Class System.IO.Packaging.PackageProperties

This class provides access to the "core properties", such as Title and Subject, of an RM-protected Metro package. These properties are a subset of of the standard OLE property sets SummaryInformation and DocumentSummaryInformation.
Inheritance: IDisposable
Afficher le fichier Open project: WordDocX/DocX Class Usage Examples

Private Properties

Свойство Type Description
Flush void
LoadFrom void
WriteTo void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
PackageProperties ( ) : System

Private Methods

Méthode Description
Flush ( ) : void
LoadFrom ( System.Stream stream ) : void
WriteTo ( XmlTextWriter writer ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PackageProperties() protected méthode

protected PackageProperties ( ) : System
Résultat System