PIDLAddition Operator
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 Operator + (
first As PIDL,
second As PIDL
) As PIDL
Dim first As PIDL
Dim second As PIDL
Dim returnValue As PIDL
returnValue = (first + second)
public:
static PIDL^ operator +(
PIDL^ first,
PIDL^ second
)
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.