LoadModelResult.GetLoadedObjectsOfType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetLoadedObjectsOfType(ObjectType) |
Récupère tous les objets du type donné qui ont été chargés dans le cadre de ce modèle. |
GetLoadedObjectsOfType(ObjectType, List<ObjectBase>) |
GetLoadedObjectsOfType(ObjectType)
Récupère tous les objets du type donné qui ont été chargés dans le cadre de ce modèle.
public:
System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ObjectBase ^> ^ GetLoadedObjectsOfType(Microsoft::Azure::RemoteRendering::ObjectType type);
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ObjectBase> GetLoadedObjectsOfType (Microsoft.Azure.RemoteRendering.ObjectType type);
member this.GetLoadedObjectsOfType : Microsoft.Azure.RemoteRendering.ObjectType -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ObjectBase>
Public Function GetLoadedObjectsOfType (type As ObjectType) As IReadOnlyList(Of ObjectBase)
Paramètres
- type
- ObjectType
Le type demandé doit spécifier un type d’objet valide tel que Entity ou MeshComponent.
Retours
Remarques
Une InvalidType erreur se produit si 'type' se trouve en dehors de la plage spécifiée.
S’applique à
GetLoadedObjectsOfType(ObjectType, List<ObjectBase>)
public:
void GetLoadedObjectsOfType(Microsoft::Azure::RemoteRendering::ObjectType type, System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::ObjectBase ^> ^ resultList);
public void GetLoadedObjectsOfType (Microsoft.Azure.RemoteRendering.ObjectType type, System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ObjectBase> resultList);
member this.GetLoadedObjectsOfType : Microsoft.Azure.RemoteRendering.ObjectType * System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ObjectBase> -> unit
Public Sub GetLoadedObjectsOfType (type As ObjectType, resultList As List(Of ObjectBase))
Paramètres
- type
- ObjectType
- resultList
- List<ObjectBase>