Entity.TryFindComponentsOfTypeInHierarchy 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:
bool TryFindComponentsOfTypeInHierarchy(Microsoft::Azure::RemoteRendering::ObjectType type, int maxResultCount, System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::ComponentBase ^> ^ resultList);
public bool TryFindComponentsOfTypeInHierarchy (Microsoft.Azure.RemoteRendering.ObjectType type, int maxResultCount, System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ComponentBase> resultList);
member this.TryFindComponentsOfTypeInHierarchy : Microsoft.Azure.RemoteRendering.ObjectType * int * System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ComponentBase> -> bool
Public Function TryFindComponentsOfTypeInHierarchy (type As ObjectType, maxResultCount As Integer, resultList As List(Of ComponentBase)) As Boolean
Parameters
- type
- ObjectType
- maxResultCount
- Int32
- resultList
- List<ComponentBase>