TriggerCollection Class
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.
Represents a collection of TriggerBase objects.
public ref class TriggerCollection sealed : System::Collections::ObjectModel::Collection<System::Windows::TriggerBase ^>
[System.Windows.Localizability(System.Windows.LocalizationCategory.None, Readability=System.Windows.Readability.Unreadable)]
public sealed class TriggerCollection : System.Collections.ObjectModel.Collection<System.Windows.TriggerBase>
[<System.Windows.Localizability(System.Windows.LocalizationCategory.None, Readability=System.Windows.Readability.Unreadable)>]
type TriggerCollection = class
inherit Collection<TriggerBase>
Public NotInheritable Class TriggerCollection
Inherits Collection(Of TriggerBase)
- Inheritance
- Attributes
Properties
| Name | Description |
|---|---|
| IsSealed |
Gets a value that indicates whether this collection is read-only and cannot be changed. |