Entity.GetChildren(List<Entity>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetChildren(System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::Entity ^> ^ resultList);
public void GetChildren (System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.Entity> resultList);
member this.GetChildren : System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.Entity> -> unit
Public Sub GetChildren (resultList As List(Of Entity))