[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Tools.WindowsT.IndependentT.MessageBox.MessageBoxControl.Tools#CollectionsT#GenericT#ICollectionNotifyItem#Collections"]
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
IEnumerable<ICollection> ICollectionNotifyItem.Collections { get; } |
| Visual Basic |
|---|
Private ReadOnly Property CollectionsThisControlIsIn As IEnumerable(Of ICollection) Implements ICollectionNotifyItem.Collections Get |
| Visual C++ |
|---|
private: virtual property IEnumerable<ICollection^>^ CollectionsThisControlIsIn { IEnumerable<ICollection^>^ get () sealed = ICollectionNotifyItem::Collections::get; } |
| F# |
|---|
private abstract CollectionsThisControlIsIn : IEnumerable<ICollection> private override CollectionsThisControlIsIn : IEnumerable<ICollection> |
| JScript |
|---|
|