HotReloadHelper<T>.SectionMetadataManagers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of ExtensionSectionMetadataManager instances that are used to deserialize extension metadata. The deserializers will be queried in the order that they appear in the collection when processing metadata changes.
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadataManager> SectionMetadataManagers { get; }
member this.SectionMetadataManagers : System.Collections.Generic.IReadOnlyList<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadataManager>
Public MustOverride ReadOnly Property SectionMetadataManagers As IReadOnlyList(Of ExtensionSectionMetadataManager)