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

適用対象