Condividi tramite


Interfaccia MathObject

Implementa numerosi metodi matematici che è possibile utilizzare nei moduli di Microsoft Office InfoPath 2007.

 

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

Sintassi

<CoClassAttribute(GetType(MathObjectWrapper))> _
<GuidAttribute("096cd6a0-0786-11d1-95fa-0080c78ee3bb")> _
<CLSCompliantAttribute(False)> _
Public Interface MathObject
    Inherits IPMath

Dim instance As MathObject
[CoClassAttribute(typeof(MathObjectWrapper))] 
[GuidAttribute("096cd6a0-0786-11d1-95fa-0080c78ee3bb")] 
[CLSCompliantAttribute(false)] 
public interface MathObject : IPMath

Osservazioni

Questo tipo è un wrapper per una coclasse richiesta dal codice gestito per l'interoperabilità COM. Utilizzare questo tipo per accedere ai membri dell'interfaccia COM implementata dalla coclasse. Per informazioni sull'interfaccia COM e un collegamento alle descrizioni dei relativi membri, vedere IPMath.

Utilizzare la proprietà Math dell'oggetto UtilObject per restituire un oggetto Math.

Vedere anche

Riferimenti

Membri MathObject
Spazio dei nomi Microsoft.Office.Interop.InfoPath.SemiTrust