PIDLCombine Method
Combines the specified
PIDL instances to create a new one.
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Function Combine (
first As PIDL,
second As PIDL
) As PIDL
Dim first As PIDL
Dim second As PIDL
Dim returnValue As PIDL
returnValue = PIDL.Combine(first,
second)
static member Combine :
first : PIDL *
second : PIDL -> PIDL
No code example is currently available or this language may not be supported.
- first PIDL
-
The first PIDL.
- second PIDL
-
The second PIDL.
PIDL
A managed
PIDL instance that contains both supplied lists in their respective order.