ExtensionMetadataHeader Class
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.
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. |