Entity.Parent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
充当此实体的父级的实体。
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* 如果将无效实体设置为父实体,则会发生错误。