Gets code that persists the specified components.
[Visual Basic] Overloads Function GetCodeFromComponents( _ ByVal components() As IComponent, _ ByVal xLocationOffset As Integer, _ ByVal yLocationOffset As Integer _ ) As String [C#] string GetCodeFromComponents( IComponent[] components, int xLocationOffset, int yLocationOffset ); [C++] String* GetCodeFromComponents( IComponent* components[], int xLocationOffset, int yLocationOffset ) = 0; [JScript] function GetCodeFromComponents( components : IComponent[], xLocationOffset : int, yLocationOffset : int ) : String;
Code that persists the specified components.
IComponentCodePersistanceService Interface | IComponentCodePersistanceService Members | System.ComponentModel.Design Namespace | IComponentCodePersistanceService.GetCodeFromComponents Overload List | IComponent