XDocumentClass._XDocument_SetDataVariable(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。
public:
virtual void _XDocument_SetDataVariable(int lVariableNumber, System::String ^ bstrVariableValue) = Microsoft::Office::Interop::InfoPath::_XDocument::SetDataVariable;
public virtual void _XDocument_SetDataVariable (int lVariableNumber, string bstrVariableValue);
abstract member _XDocument_SetDataVariable : int * string -> unit
override this._XDocument_SetDataVariable : int * string -> unit
Public Overridable Sub _XDocument_SetDataVariable (lVariableNumber As Integer, bstrVariableValue As String)
参数
- lVariableNumber
- Int32
- bstrVariableValue
- String