다음을 통해 공유


SectionMetadata Constructor

Definition

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.

Applies to