共用方式為


ExtensionMetadataHeader Class

Definition

Contains various metadata properties related to an extension.

[System.Runtime.Serialization.DataContract]
public sealed class ExtensionMetadataHeader : IEquatable<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionMetadataHeader>
[<System.Runtime.Serialization.DataContract>]
type ExtensionMetadataHeader = class
    interface IEquatable<ExtensionMetadataHeader>
Public NotInheritable Class ExtensionMetadataHeader
Implements IEquatable(Of ExtensionMetadataHeader)
Inheritance
ExtensionMetadataHeader
Attributes
Implements

Constructors

ExtensionMetadataHeader(ExtensionIdentificationToken, JToken)

Initializes a new instance of the ExtensionMetadataHeader class.

Properties

ExtensionIdentificationToken

Gets unique identification information related to the extension.

Metadata

Gets the serialized metadata associated with a specific section in a given extension.

Methods

Equals(ExtensionMetadataHeader)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)
GetHashCode()

Serves as the default hash function.

Applies to