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* 無効なエンティティが親として設定されている場合、エラーが発生します。