ExtensionSectionMetadataManager(String, Type) Constructor
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.
Creates an instance of ExtensionSectionMetadataManager.
public ExtensionSectionMetadataManager (string sectionName, Type registrationType);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadataManager : string * Type -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadataManager
Public Sub New (sectionName As String, registrationType As Type)
Parameters
- sectionName
- String
The name of the extension metadata section that this class deserializes from.