References3.AddFiles(Array, Array) 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.
public:
void AddFiles(Array ^ parrbstrPaths, [Runtime::InteropServices::Out] Array ^ % pparrReferences);
[System.Runtime.InteropServices.DispId(10)]
public void AddFiles (Array parrbstrPaths, out Array pparrReferences);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member AddFiles : Array * Array -> unit
Public Sub AddFiles (parrbstrPaths As Array, ByRef pparrReferences As Array)
Parameters
- parrbstrPaths
- Array
- pparrReferences
- Array
- Attributes