DeclaredTypeElementCollection::Item Property (String^)

 

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.

Namespace:   System.Runtime.Serialization.Configuration
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
Return to top
Show: