SignatureLineObjectClass class

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

Inheritance hierarchy

System.Object
  Microsoft.Office.Interop.InfoPath.SignatureLineObjectClass

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("8075737A-5146-11D5-A672-00B0D022E945")> _
Public Class SignatureLineObjectClass _
    Implements SignatureLine, SignatureLineObject
'Usage
Dim instance As SignatureLineObjectClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("8075737A-5146-11D5-A672-00B0D022E945")]
public class SignatureLineObjectClass : SignatureLine, 
    SignatureLineObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SignatureLineObjectClass members

Microsoft.Office.Interop.InfoPath namespace