ServiceElementCollection.CreateNewElement Method ()
Creates a new ServiceElement.
Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Protected Overrides Function CreateNewElement As ConfigurationElement
'Usage
Dim returnValue As ConfigurationElement
returnValue = Me.CreateNewElement
protected override ConfigurationElement CreateNewElement ()
protected:
virtual ConfigurationElement^ CreateNewElement () override
protected ConfigurationElement CreateNewElement ()
protected override function CreateNewElement () : ConfigurationElement
See Also
Reference
ServiceElementCollection Class
ServiceElementCollection Members
Microsoft.Practices.CompositeUI.Configuration Namespace