OpenXmlPartContainer.GetPartsOfType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetPartsOfType<T>() |
Énumère toutes les parties enfants du type |
GetPartsOfType<T>(ICollection<T>) |
Obsolète.
Obtient toutes les parties enfants du type |
GetPartsOfType<T>()
Énumère toutes les parties enfants du type T
spécifié de cette partie.
public System.Collections.Generic.IEnumerable<T> GetPartsOfType<T> () where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
member this.GetPartsOfType : unit -> seq<'T (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)> (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
Public Function GetPartsOfType(Of T As OpenXmlPart) () As IEnumerable(Of T)
Public Iterator Function GetPartsOfType(Of T As OpenXmlPart) () As IEnumerable(Of T)
Paramètres de type
- T
Classe dérivée d’OpenXmlPart.
Retours
S’applique à
GetPartsOfType<T>(ICollection<T>)
Attention
Use GetPartsOfType<T> to manually add to a collection
Obtient toutes les parties enfants du type T
spécifié dans partCollection
de ce composant.
public void GetPartsOfType<T> (System.Collections.Generic.ICollection<T> partCollection) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
[System.Obsolete("Use GetPartsOfType<T> to manually add to a collection")]
public void GetPartsOfType<T> (System.Collections.Generic.ICollection<T> partCollection) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
member this.GetPartsOfType : System.Collections.Generic.ICollection<'T (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)> -> unit (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
[<System.Obsolete("Use GetPartsOfType<T> to manually add to a collection")>]
member this.GetPartsOfType : System.Collections.Generic.ICollection<'T (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)> -> unit (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
Public Sub GetPartsOfType(Of T As OpenXmlPart) (partCollection As ICollection(Of T))
Paramètres de type
- T
Classe dérivée d’OpenXmlPart.
Paramètres
- partCollection
- ICollection<T>
Collection de composants à remplir.
- Attributs
Exceptions
Levée quand partCollection
a la valeur null.