Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the count of all parts in type T.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function GetPartsCountOfType(Of T As OpenXmlPart) As Integer
'Usage
Dim instance As OpenXmlPartContainer
Dim returnValue As Integer
returnValue = instance.GetPartsCountOfType()
public int GetPartsCountOfType<T>()
where T : OpenXmlPart
Type Parameters
- T
The type of the part.
Return Value
Type: System.Int32
The count number of the parts.