XDocumentClass.SetDataVariable-Methode
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(21)> _
Public Overridable Sub SetDataVariable ( _
<InAttribute> lVariableNumber As Integer, _
<InAttribute> bstrVariableValue As String _
) Implements _XDocument2.SetDataVariable
'Usage
Dim instance As XDocumentClass
Dim lVariableNumber As Integer
Dim bstrVariableValue As String
CType(instance, _XDocument2).SetDataVariable(lVariableNumber, bstrVariableValue)
[DispIdAttribute(21)]
public virtual void _XDocument2.SetDataVariable (
[InAttribute] int lVariableNumber,
[InAttribute] string bstrVariableValue
)
Parameter
- lVariableNumber
- bstrVariableValue
Siehe auch
Referenz
XDocumentClass-Klasse
XDocumentClass-Member
Microsoft.Office.Interop.InfoPath-Namespace