Retreives the specified component from the collection.
| C# | Visual Basic | Visual C++ |
public VoIPMediaHandler GetComponent( string name )
Public Function GetComponent ( _ name As String _ ) As VoIPMediaHandler
public: VoIPMediaHandler^ GetComponent( String^ name )
- name (String)
- The name of the component.
Returns a AudioHandler object associated to the name, or null if the name was not in the dictionary.