IGetChildren Method (IComponent)
Obsolete. Superseded by IComponent2::iGetChildren.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetChildren() As System.IntPtr |
Visual Basic (Usage) | |
---|
Dim instance As IComponent
Dim value As System.IntPtr
value = instance.IGetChildren() |
C# | |
---|
System.IntPtr IGetChildren() |
C++/CLI | |
---|
System.IntPtr IGetChildren(); |
See Also