- element
- The System.Configuration.ConfigurationElement to return the key for.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Function GetElementKey( _ ByVal element As ConfigurationElement _ ) As Object |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LoggerCollection Dim element As ConfigurationElement Dim value As Object value = instance.GetElementKey(element) |
C# | |
---|---|
protected override object GetElementKey( ConfigurationElement element ) |
C++/CLI | |
---|---|
protected: Object^ GetElementKey( ConfigurationElement^ element ) override |
Parameters
- element
- The System.Configuration.ConfigurationElement to return the key for.
Return Value
An System.Object that acts as the key for the specified 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