Permission.Count-Eigenschaft
Ruft die Anzahl von UserPermissionObject-Objekten ab, die dem Formular zugeordnet sind.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(1)> _
ReadOnly Property Count As Integer
'Usage
Dim instance As Permission
Dim value As Integer
value = instance.Count
[DispIdAttribute(1)]
int Count { get; }
Eigenschaftswert
Die Anzahl von UserPermissionObject-Objekten, die dem Formular zugeordnet sind.
Beispiel
Im folgenden Beispiel wird die Count-Eigenschaft verwendet, um die Anzahl von Benutzern anzuzeigen, die dem Formular zugeordnet sind.
_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisXDocument.UI.Alert(thisDoc.Permission.Count.ToString());
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisXDocument.UI.Alert(thisDoc.Permission.Count.ToString())
Siehe auch
Referenz
Permission-Schnittstelle
Permission-Member
Microsoft.Office.Interop.InfoPath-Namespace