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