Share via


PartExtensionProvider Members (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

A Part Extension Provider which maintains a (Content Type, Part Extension (".xml")) dictionary. Used in OpenXmlPackage derived classes.

The following tables list the members exposed by the PartExtensionProvider type.

Public Constructors

  Name Description
Public method PartExtensionProvider Overloaded.  

Top

Public Properties

  Name Description
Public property Comparer  (inherited from Dictionary)
Public property Count  (inherited from Dictionary)
Public property Item  (inherited from Dictionary)
Public property Keys  (inherited from Dictionary)
Public property Values  (inherited from Dictionary)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add  (inherited from Dictionary)
Public method AddPartExtension Add a part extension for the specified ContentType
Public method Clear  (inherited from Dictionary)
Public method ContainsKey  (inherited from Dictionary)
Public method ContainsValue  (inherited from Dictionary)
Public method Equals  Overloaded. (inherited from Object)
Public method GetEnumerator  (inherited from Dictionary)
Public method GetHashCode  (inherited from Object)
Public method GetObjectData  (inherited from Dictionary)
Public method GetType  (inherited from Object)
Public method MakeSurePartExtensionExist Make sure the (contentType, partExtension) is in the provider. The (contentType, partExtension) will be added to the provider if it does not exist in the provider.
Public method OnDeserialization  (inherited from Dictionary)
Public method Static ReferenceEquals  (inherited from Object)
Public method Remove  (inherited from Dictionary)
Public method ToString  (inherited from Object)
Public method TryGetValue  (inherited from Dictionary)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation System.Collections.Generic.ICollection.Add  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.ICollection.Contains  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.ICollection.CopyTo  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.ICollection.Remove  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.IEnumerable.GetEnumerator  (inherited from Dictionary)
Explicit interface implementation System.Collections.ICollection.CopyTo  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Add  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Contains  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.GetEnumerator  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Remove  (inherited from Dictionary)
Explicit interface implementation System.Collections.IEnumerable.GetEnumerator  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.ICollection.IsReadOnly  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.IDictionary.Keys  (inherited from Dictionary)
Explicit interface implementation System.Collections.Generic.IDictionary.Values  (inherited from Dictionary)
Explicit interface implementation System.Collections.ICollection.IsSynchronized  (inherited from Dictionary)
Explicit interface implementation System.Collections.ICollection.SyncRoot  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.IsFixedSize  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.IsReadOnly  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Item  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Keys  (inherited from Dictionary)
Explicit interface implementation System.Collections.IDictionary.Values  (inherited from Dictionary)

Top

参照

リファレンス

PartExtensionProvider Class
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace