| Visual Basic (Declaration) | |
|---|---|
Overloads Overrides Protected Function CreateNewElement() As ConfigurationElement | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggerCollection Dim value As ConfigurationElement value = instance.CreateNewElement() | |
| C# | |
|---|---|
protected override ConfigurationElement CreateNewElement() | |
| C++/CLI | |
|---|---|
protected: ConfigurationElement^ CreateNewElement(); override | |
Return Value
A new System.Configuration.ConfigurationElement.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code