|
do this, call the [MainDocumentPart](https://msdn.microsoft.com/library/office/documentformat.openxml.packaging.maindocumentpart.aspx) generic method, **GetPartsCountOfType**, and specify a kind of **WordprocessingCommentsPart**. |
GetPartsCountOfType has been removed from the sdk in the 3.0 beta. This example will need to be updated.
For more context see: dotnet/Open-XML-SDK#1442
open-xml-docs/docs/how-to-insert-a-comment-into-a-word-processing-document.md
Line 99 in c354f7b
GetPartsCountOfType has been removed from the sdk in the 3.0 beta. This example will need to be updated.
For more context see: dotnet/Open-XML-SDK#1442