RenderingConnection.CreateComponent(ObjectType, Entity) 方法

定义

创建新组件。

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

参数

componentType
ObjectType

要创建的组件类型。

owner
Entity

组件的所有者实体。

返回

null如果客户端已断开连接或所有者实体已具有此类型的组件,则返回 。

注解

AlreadyExists如果实体已具有所请求类型的组件,则会发生错误。

适用于

另请参阅