Condividi tramite


Classe XmlFormCollection

Contiene un oggetto XmlForm per ogni modulo attualmente aperto.

Spazio dei nomi: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Sintassi

<DefaultMemberAttribute("Item")> _
Public MustInherit Class XmlFormCollection
    Implements IEnumerable

Dim instance As XmlFormCollection
[DefaultMemberAttribute("Item")] 
public abstract class XmlFormCollection : IEnumerable

Osservazioni

La classe XmlFormCollection implementa proprietà e metodi che possono essere utilizzati per accedere all'oggetto XmlForm associato a un modulo oppure per creare e aprire i moduli stessi. All'oggetto XmlFormCollection per l'istanza corrente di InfoPath è possibile accedere tramite la proprietà XmlForms dell'oggetto Application.

Gerarchia di ereditarietà

System.Object
  Microsoft.Office.InfoPath.XmlFormCollection

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Membri XmlFormCollection
Spazio dei nomi Microsoft.Office.InfoPath