This topic has not yet been rated - Rate this topic

UICollection Generic Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Collection that performs all update actions in the UI thread and that therefore can be used as the type for a variable exposed to scripts and used internally.


Namespace: Microsoft.PowerShell.Host.ISE
Assembly: Microsoft.PowerShell.GPowerShell (in microsoft.powershell.gpowershell.dll)
'Usage
Dim instance As UICollection(Of T)

[DefaultMemberAttribute("Item")] 
public class UICollection<T> : IList<T>, ICollection<T>, 
	IEnumerable<T>, IEnumerable, INotifyCollectionChanged

GenericParameters

T

The type of the elements in the collection.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)