IList<ICommandStateUpdater> StateUpdaters { get; }
ReadOnly Property StateUpdaters As IList(Of ICommandStateUpdater)
Get
property IList<ICommandStateUpdater^>^ StateUpdaters {
IList<ICommandStateUpdater^>^ get ();
}
abstract StateUpdaters : IList<ICommandStateUpdater> with get