'DeclarationPublic Function GetChildNames() As System.Collections.Generic.IEnumerable(Of String)
'UsageDim instance As Folder Dim value As System.Collections.Generic.IEnumerable(Of String) value = instance.GetChildNames()
public System.Collections.Generic.IEnumerable<string> GetChildNames()