OpenXmlPartContainer.GetPartsCountOfType Generic Method (Microsoft.Office.DocumentFormat.OpenXml.Packaging)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.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
See Also
Reference
OpenXmlPartContainer Class
OpenXmlPartContainer Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace