PIDLAppend Method
Appends the specified
PIDL to 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 Append(
PIDL pidl
)
Public Sub Append (
pidl As PIDL
)
Dim instance As PIDL
Dim pidl As PIDL
instance.Append(pidl)
public:
void Append(
PIDL^ pidl
)
member Append :
pidl : PIDL -> unit
No code example is currently available or this language may not be supported.
Parameters
- pidl PIDL
-
The PIDL to append.