PropertyCollection::Item Property (Object^)

 

Gets or sets the Object with the specified key.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

public:
property Object^ default[
	Object^ key
] {
	Object^ get(Object^ key);
	void set(Object^ key, Object^ value);
}

Parameters

key
Type: System::Object^

The key of the item.

Property Value

Type: System::Object^

The value.

Return to top
Show: