다음을 통해 공유


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 엔터티에 요청된 형식의 구성 요소가 이미 있는 경우 오류가 발생합니다.

적용 대상

추가 정보