PIDLIsParentOf Method
Determines if this instance is a parent or ancestor of the specified
PIDL.
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 bool IsParentOf(
PIDL childPidl,
bool immediate = true
)
Public Function IsParentOf (
childPidl As PIDL,
Optional immediate As Boolean = true
) As Boolean
Dim instance As PIDL
Dim childPidl As PIDL
Dim immediate As Boolean
Dim returnValue As Boolean
returnValue = instance.IsParentOf(childPidl,
immediate)
public:
bool IsParentOf(
PIDL^ childPidl,
bool immediate = true
)
member IsParentOf :
childPidl : PIDL *
?immediate : bool
(* Defaults:
let _immediate = defaultArg immediate true
*)
-> bool
No code example is currently available or this language may not be supported.
- childPidl PIDL
-
Child PIDL instance to test.
- immediate Boolean (Optional)
-
If , narrows test to immediate children only.
Boolean if this instance is a parent or ancestor of the specified
PIDL.
otherwise.