DeviceSpecificChoice.Contents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.