DeviceSpecificChoice.Contents Property

Definition

Gets the overridden properties defined for a choice in a DeviceSpecific/Choice construct. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::Collections::IDictionary ^ Contents { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Contents { get; }
member this.Contents : System.Collections.IDictionary
Public ReadOnly Property Contents As IDictionary

Property Value

The overridden properties defined for a choice in a DeviceSpecific/Choice construct.

Remarks

Changing this collection after overridden properties have been processed (in the OnDeviceCustomize method) has no effect. This method is used primarily by control designers and is not intended for general use.

Applies to

See also