Udostępnij za pośrednictwem


ExtensionSectionMetadataManager(String, Type) Constructor

Definition

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.

registrationType
Type

The Type that the extension metadata can be deserialized into.

Applies to