SectionMetadata.Extensions Property
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.
Gets the metadata that was added during a changed notification where the metadata related to the extension and the value is the added metadata.
[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionMetadataHeader> Extensions { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Extensions : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.RpcContracts.Extensibility.ExtensionMetadataHeader>
Public ReadOnly Property Extensions As IReadOnlyCollection(Of ExtensionMetadataHeader)
Property Value
- Attributes