HotReloadHelper<T>.SectionMetadataManagers Property

Definition

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)

Property Value

Applies to