Compartilhar via


OpenXmlPartContainer.GetPartsCountOfType<T> Método

Definição

Cuidado

Use GetPartsOfType<T>().Count() instead

Obtém a contagem de todas as partes do tipo T.

public int GetPartsCountOfType<T> () where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
[System.Obsolete("Use GetPartsOfType<T>().Count() instead")]
public int GetPartsCountOfType<T> () where T : DocumentFormat.OpenXml.Packaging.OpenXmlPart;
member this.GetPartsCountOfType : unit -> int (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
[<System.Obsolete("Use GetPartsOfType<T>().Count() instead")>]
member this.GetPartsCountOfType : unit -> int (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPart)
Public Function GetPartsCountOfType(Of T As OpenXmlPart) () As Integer

Parâmetros de tipo

T

O tipo da parte.

Retornos

O número de partes desse tipo.

Atributos

Aplica-se a