Interface ITechnologyRuntimeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Exposes the merged runtime surfaces projected by active technology packs.
public interface ITechnologyRuntimeCatalogProperties
Section titled “Properties”Surfaces
Section titled “ Surfaces”Gets all active technology runtime surfaces visible to the current runtime.
IReadOnlyList<TechnologyRuntimeSurface> Surfaces { get; }Property Value
Section titled “Property Value”IReadOnlyList<TechnologyRuntimeSurface>
Methods
Section titled “Methods”GetByTechnology(string)
Section titled “ GetByTechnology(string)”Gets the runtime surfaces associated with a specific technology identifier.
IReadOnlyList<TechnologyRuntimeSurface> GetByTechnology(string technologyId)Parameters
Section titled “Parameters”technologyId string
The technology identifier to filter by.
Returns
Section titled “Returns”IReadOnlyList<TechnologyRuntimeSurface>
The matching runtime surfaces, or an empty collection when none are active.