次の方法で共有


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エンティティに要求された型のコンポーネントが既に存在する場合は、エラーが発生します。

適用対象

こちらもご覧ください