SignatureLinesCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains all SignatureLineObject objects in the current view, which represent the Signature Line controls in that view.
public interface class SignatureLinesCollection : Microsoft::Office::Interop::InfoPath::SignatureLines
[System.Runtime.InteropServices.Guid("096CD767-0786-11D1-95FA-0080C78EE3BB")]
public interface SignatureLinesCollection : Microsoft.Office.Interop.InfoPath.SignatureLines
type SignatureLinesCollection = interface
interface SignatureLines
Public Interface SignatureLinesCollection
Implements SignatureLines
- Derived
- Attributes
- Implements
Remarks
This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeSignatureLines.
To access the SignatureLinesCollection, use the SignatureLines property of the View3 class.
The order of the SignatureLineObject objects in the collection corresponds to the value of the Tab index property assigned to each control when you add it to the view. To specify that value, open the form template in the InfoPath designer, right-click the control, click Signature Line Properties, click Advanced, and then set the Tab index property of the control.
Properties
Count |
Gets the number of SignatureLineObject objects in the SignatureLinesCollection collection. (Inherited from SignatureLines) |
Item[Object] |
Gets a reference to the specified SignatureLineObject object from the SignatureLinesCollection (Inherited from SignatureLines) |
Methods
GetEnumerator() |
Gets a IEnumerator object that iterates over all entries in the SignatureLinesCollection (Inherited from SignatureLines) |