CustomEnhancedMultiFramesMacros Property
In This Topic
User defined list of Enhanced Multiframe Macros to control what goes into the Shared and Per-Frame Functional Group sequence when calling method.
Syntax
'Declaration
Public Shared Property CustomEnhancedMultiFramesMacros As System.Collections.Generic.List(Of EnhancedMultiFramesMacros.Macro)
public static System.Collections.Generic.List<EnhancedMultiFramesMacros.Macro> CustomEnhancedMultiFramesMacros {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also