Permission.RemoveAll-Methode
Entfernt alle UserPermission-Objekte, die dem Formular zugeordnet sind.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(5)> _
Sub RemoveAll
'Usage
Dim instance As Permission
instance.RemoveAll
[DispIdAttribute(5)]
void RemoveAll ()
Beispiel
Im folgenden Beispiel wird die RemoveAll-Methode verwendet, um alle Benutzer aus dem Formular zu entfernen.
_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisDoc.Permission.RemoveAll();
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisDoc.Permission.RemoveAll()
Siehe auch
Referenz
Permission-Schnittstelle
Permission-Member
Microsoft.Office.Interop.InfoPath-Namespace