共用方式為


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 不正確實體設定為父系,就會發生錯誤。

適用於