Aracılığıyla paylaş


Entity.TryFindComponentsOfTypeInHierarchy Method

Definition

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>

Returns

Applies to