RenderingConnection.CreateComponent(ObjectType, Entity) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいコンポーネントを作成します。
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エンティティに要求された型のコンポーネントが既に存在する場合は、エラーが発生します。