IFeedbackProvider.ISubsystem.FunctionsToDefine 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.
Default implementation. No function is required for a feedback provider.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
override sealed System.Collections.Generic.Dictionary<string,string>? System.Management.Automation.Subsystem.ISubsystem.FunctionsToDefine { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.System.Management.Automation.Subsystem.ISubsystem.FunctionsToDefine : System.Collections.Generic.Dictionary<string, string>
Overrides NotOverridable ReadOnly Property FunctionsToDefine As Dictionary(Of String, String) Implements ISubsystem.FunctionsToDefine
Property Value
Implements
- Attributes