XmlFormCollection 클래스
현재 열려 있는 각 양식에 대한 XmlForm 개체를 포함합니다.
네임스페이스: Microsoft.Office.InfoPath
어셈블리: Microsoft.Office.InfoPath(microsoft.office.infopath.dll)
구문
<DefaultMemberAttribute("Item")> _
Public MustInherit Class XmlFormCollection
Implements IEnumerable
Dim instance As XmlFormCollection
[DefaultMemberAttribute("Item")]
public abstract class XmlFormCollection : IEnumerable
주의
XmlFormCollection 클래스는 양식의 연결된 XmlForm 개체에 액세스하거나, 양식 자체를 만들고 여는 데 사용할 수 있는 속성과 메서드를 구현합니다. Application 개체의 XmlForms 속성을 통해 현재 InfoPath 인스턴스의 XmlFormCollection 개체에 액세스할 수 있습니다.
상속 계층 구조
System.Object
Microsoft.Office.InfoPath.XmlFormCollection
스레드 보안
Visual Basic에서 공유되는 이 형식의 모든 Public static 구성원은 스레드로부터 안전합니다.