DataRepeater.CreateControlsInstance Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides the CreateControlsInstance method.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlsInstance As ControlCollection
protected override ControlCollection CreateControlsInstance()
protected:
virtual ControlCollection^ CreateControlsInstance() override
abstract CreateControlsInstance : unit -> ControlCollection
override CreateControlsInstance : unit -> ControlCollection
protected override function CreateControlsInstance() : ControlCollection
Return Value
Type: ControlCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace