SectionMetadata 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.
Initializes a new instance of the SectionMetadata class.
public SectionMetadata (string name, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionMetadataHeader>? extensions);
new Microsoft.VisualStudio.RpcContracts.Extensibility.SectionMetadata : string * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionMetadataHeader> -> Microsoft.VisualStudio.RpcContracts.Extensibility.SectionMetadata
Public Sub New (name As String, extensions As IReadOnlyCollection(Of ExtensionMetadataHeader))
Parameters
- name
- String
The name of the section.
- extensions
- IReadOnlyCollection<ExtensionMetadataHeader>
A dictionary of the added metadata.