The Many<(Of <(T>)>) type exposes the following members.

Constructors

  NameDescription
Many<(Of <(T>)>)

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from Many.)
OnPropertyChanging
Raises the PropertyChanging event.
(Inherited from Many.)
Reset
Resets the property to a default value across all objects.
(Overrides Many..::.Reset()()().)

Properties

  NameDescription
IsConsistent
Gets a value indicating whether the Many contains consistent values.
(Overrides Many..::.IsConsistent.)
IsReadOnly
Gets whether the property value is read-only.
(Inherited from Many.)
PropertyType
Gets the data type of the property.
(Overrides Many..::.PropertyType.)
PropertyTypeName
Gets the (short) name of the data type of the property.
(Inherited from Many.)
RawValue
Gets the value (if available). This value is meaningful only if IsConsistent is true.
(Overrides Many..::.RawValue.)
Value
Gets or sets the value of the property. Getting the value is meaningful only when IsConsistent is true. Setting the value sets the property value on all objects in the Many.
Values
Gets the values across the selected objects.
(Inherited from Many.)

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from Many.)
PropertyChanging
Occurs when a property value is changing.
(Inherited from Many.)

See Also