RasComponent Constructor (IContainer)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasComponent class.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
protected RasComponent(
	IContainer container
)
Visual Basic
Protected Sub New ( 
	container As IContainer
)
Visual C++
protected:
RasComponent(
	IContainer^ container
)
F#
new : 
        container : IContainer -> RasComponent

Parameters

container
Type: System.ComponentModel..::..IContainer
An IContainer that will contain this component.

See Also