MessageVersionHeader.Requests 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 list of message version requests for a message to be processed in order.
[System.Runtime.Serialization.DataMember(Order=0)]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionRequest> Requests { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Requests : System.Collections.Generic.IReadOnlyCollection<Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionRequest>
Public ReadOnly Property Requests As IReadOnlyCollection(Of MessageVersionRequest)
Property Value
- Attributes