Gets the element key for a specified configuration element when overridden in a derived class.

C# | Visual Basic | Visual C++ | J# |
protected override Object GetItemKey( EmbeddedSpaceConfigurationElement item )
Protected Overrides Function GetItemKey ( _ item As EmbeddedSpaceConfigurationElement _ ) As Object
protected: virtual Object^ GetItemKey( EmbeddedSpaceConfigurationElement^ item ) override
protected Object GetItemKey( EmbeddedSpaceConfigurationElement item )

- item (EmbeddedSpaceConfigurationElement)
- The ConfigurationElement to return the key for.

An Object that acts as the key for the specified ConfigurationElement.