DeclaredTypeElementCollection::Item Property (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the element in the collection of types by its key.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: property DeclaredTypeElement^ default[ String^ typeName ] { DeclaredTypeElement^ get(String^ typeName); void set(String^ typeName, DeclaredTypeElement^ value); }
Parameters
- typeName
-
Type:
System::String^
The name (that functions as a key) of the type to get or set.
Property Value
Type: System.Runtime.Serialization.Configuration::DeclaredTypeElement^The specified element (when used to get the element).
.NET Framework
Available since 3.0
Available since 3.0
Show: