DkmGetApplyUpdateCapabilitiesAsyncResult.Capabilities 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.
Array of identifiers for the capabilities reported by the target runtime instance.
This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).
public System.Collections.ObjectModel.ReadOnlyCollection<string> Capabilities { get; }
member this.Capabilities : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Capabilities As ReadOnlyCollection(Of String)