Sdílet prostřednictvím


XDocumentClass._XDocument3_SetDataVariable-Methode

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
Public Overridable Sub _XDocument3_SetDataVariable ( _
    <InAttribute> lVariableNumber As Integer, _
    <InAttribute> bstrVariableValue As String _
) Implements _XDocument3.SetDataVariable
'Usage
Dim instance As XDocumentClass
Dim lVariableNumber As Integer
Dim bstrVariableValue As String

CType(instance, _XDocument3).SetDataVariable(lVariableNumber, bstrVariableValue)
public virtual void _XDocument3.SetDataVariable (
    [InAttribute] int lVariableNumber,
    [InAttribute] string bstrVariableValue
)

Parameter

  • lVariableNumber
  • bstrVariableValue

Siehe auch

Referenz

XDocumentClass-Klasse
XDocumentClass-Member
Microsoft.Office.Interop.InfoPath-Namespace