SubsystemInfo.RequiredFunctions 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 names of the required functions that have to be implemented by the subsystem implementation.
public System.Collections.ObjectModel.ReadOnlyCollection<string> RequiredFunctions { get; }
member this.RequiredFunctions : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property RequiredFunctions As ReadOnlyCollection(Of String)