다음을 통해 공유


Workbook.CustomXMLParts 속성

정의

통합 문서에 있는 사용자 지정 XML 부분의 컬렉션을 가져옵니다.

public:
 property Microsoft::Office::Core::CustomXMLParts ^ CustomXMLParts { Microsoft::Office::Core::CustomXMLParts ^ get(); };
public Microsoft.Office.Core.CustomXMLParts CustomXMLParts { get; }
member this.CustomXMLParts : Microsoft.Office.Core.CustomXMLParts
Public ReadOnly Property CustomXMLParts As CustomXMLParts

속성 값

통합 문서의 사용자 지정 XML 부분이 포함된 Microsoft.Office.Core.CustomXMLParts 컬렉션입니다.

설명

사용자 지정 XML 파트에 대한 자세한 내용은 사용자 지정 XML 파트 개요를 참조하세요.

적용 대상