次の方法で共有


RenderingConnection.RootEntities プロパティ

定義

すべてのルート エンティティの一覧を取得します。 ルート エンティティは、 を持たない既存のエンティティです Parent。 これには、モデルの読み込みによって作成されたルート エンティティと、クライアント側で作成されたエンティティが含まれます。 返されたエンティティは、リスト内の特定の順序では表示されません。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Entity ^> ^ RootEntities { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Entity ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Entity> RootEntities { get; }
member this.RootEntities : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Entity>
Public ReadOnly Property RootEntities As IReadOnlyList(Of Entity)

プロパティ値

適用対象