ExtensionSectionMetadata(String) 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 ExtensionSectionMetadata.
[Newtonsoft.Json.JsonConstructor]
public ExtensionSectionMetadata (string identifier);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadata : string -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionSectionMetadata
Public Sub New (identifier As String)
Parameters
- identifier
- String
The unique name of the registration.
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute