Entity.Parent 属性

定义

充当此实体的父级的实体。

public:
 property Microsoft::Azure::RemoteRendering::Entity ^ Parent { Microsoft::Azure::RemoteRendering::Entity ^ get(); void set(Microsoft::Azure::RemoteRendering::Entity ^ value); };
public Microsoft.Azure.RemoteRendering.Entity Parent { get; set; }
member this.Parent : Microsoft.Azure.RemoteRendering.Entity with get, set
Public Property Parent As Entity

属性值

注解

顶级实体没有父实体,在这种情况下,这将返回 null。 设置新的父级会自动将此实体添加到提供的父级的子级列表中。

CyclicReference* 如果新父级是此对象的后代,则会发生错误。 InvalidId* 如果将无效实体设置为父实体,则会发生错误。

适用于