Partilhar via


RenderingConnection.CreateComponent(ObjectType, Entity) Método

Definição

Cria um novo componente.

public:
 Microsoft::Azure::RemoteRendering::ComponentBase ^ CreateComponent(Microsoft::Azure::RemoteRendering::ObjectType componentType, Microsoft::Azure::RemoteRendering::Entity ^ owner);
public Microsoft.Azure.RemoteRendering.ComponentBase CreateComponent (Microsoft.Azure.RemoteRendering.ObjectType componentType, Microsoft.Azure.RemoteRendering.Entity owner);
member this.CreateComponent : Microsoft.Azure.RemoteRendering.ObjectType * Microsoft.Azure.RemoteRendering.Entity -> Microsoft.Azure.RemoteRendering.ComponentBase
Public Function CreateComponent (componentType As ObjectType, owner As Entity) As ComponentBase

Parâmetros

componentType
ObjectType

Tipo de componente a criar.

owner
Entity

Entidade proprietária do componente.

Devoluções

Devolve null se o cliente foi desligado ou se a entidade proprietária já tiver um componente deste tipo.

Observações

Ocorre um AlreadyExists erro se a entidade já tiver um componente do tipo pedido.

Aplica-se a

Ver também