Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NameObjectCollectionBase::BaseSet Method

 

Sets the value of an entry in the NameObjectCollectionBase instance.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

NameDescription
System_CAPS_protmethodBaseSet(Int32, Object^)

Sets the value of the entry at the specified index of the NameObjectCollectionBase instance.

System_CAPS_protmethodBaseSet(String^, Object^)

Sets the value of the first entry with the specified key in the NameObjectCollectionBase instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollectionBase instance.

Return to top
Show:
© 2017 Microsoft