FindAndCreateExtensions Method
- Last UpdatedNov 06, 2025
- 1 minute read
The FindAndCreateExtensions method locates and creates all extensions with the UIExtensionAttribute that have the same extension key as defined below.
'Declaration
Public Shared Function FindAndCreateExtensions( _
ByVal extensionkey As String _
) As List(Of IUIExtensionControl)
public static List<IUIExtensionControl> FindAndCreateExtensions(
string extensionkey
)
Parameters
- extensionkey
- Required. Holds the key that identifies the UI extension.