xInfo.startImport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
startImport(String, Int32) |
Creates an import context. |
startImport(String, Int32, String) |
startImport(String, Int32)
Creates an import context.
public:
virtual int startImport(System::String ^ text1, int num1);
public virtual int startImport (string text1, int num1);
abstract member startImport : string * int -> int
override this.startImport : string * int -> int
Public Overridable Function startImport (text1 As String, num1 As Integer) As Integer
Parameters
- text1
- String
- num1
- Int32
Returns
Remarks
This method is obsolete. Use the SysImportElements class instead.
Applies to
startImport(String, Int32, String)
public:
virtual int startImport(System::String ^ _file, int _flag, System::String ^ _labelSubstitutes);
public virtual int startImport (string _file, int _flag, string _labelSubstitutes);
abstract member startImport : string * int * string -> int
override this.startImport : string * int * string -> int
Public Overridable Function startImport (_file As String, _flag As Integer, _labelSubstitutes As String) As Integer
Parameters
- _file
- String
- _flag
- Int32
- _labelSubstitutes
- String