次の方法で共有


WordprocessingCommentsPart.AlternativeFormatImportParts Property

Gets the AlternativeFormatImportParts of the WordprocessingCommentsPart.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public ReadOnly Property AlternativeFormatImportParts As IEnumerable(Of AlternativeFormatImportPart)
    Get
'使用
Dim instance As WordprocessingCommentsPart
Dim value As IEnumerable(Of AlternativeFormatImportPart)

value = instance.AlternativeFormatImportParts
public IEnumerable<AlternativeFormatImportPart> AlternativeFormatImportParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<AlternativeFormatImportPart>

See Also

Reference

WordprocessingCommentsPart Class

WordprocessingCommentsPart Members

DocumentFormat.OpenXml.Packaging Namespace