PIDLInsert Method
Inserts the specified
PIDL before the current ITEMIDLIST.
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 void Insert(
PIDL pidl
)
Public Sub Insert (
pidl As PIDL
)
Dim instance As PIDL
Dim pidl As PIDL
instance.Insert(pidl)
public:
void Insert(
PIDL^ pidl
)
member Insert :
pidl : PIDL -> unit
No code example is currently available or this language may not be supported.
Parameters
- pidl PIDL
-
The PIDL to insert.