SingleItemTrackingCollection Class
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.SingleItemTrackingCollection
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class SingleItemTrackingCollection _
Implements IList, ICollection, IEnumerable, IInteractionPatternProvider, _
ISupportDisposalNotification, INotifyPropertyChanged, INotifyCollectionChanged
public sealed class SingleItemTrackingCollection : IList,
ICollection, IEnumerable, IInteractionPatternProvider, ISupportDisposalNotification, INotifyPropertyChanged,
INotifyCollectionChanged
public ref class SingleItemTrackingCollection sealed : IList,
ICollection, IEnumerable, IInteractionPatternProvider, ISupportDisposalNotification, INotifyPropertyChanged,
INotifyCollectionChanged
[<Sealed>]
type SingleItemTrackingCollection =
class
interface IList
interface ICollection
interface IEnumerable
interface IInteractionPatternProvider
interface ISupportDisposalNotification
interface INotifyPropertyChanged
interface INotifyCollectionChanged
end
public final class SingleItemTrackingCollection implements IList, ICollection, IEnumerable, IInteractionPatternProvider, ISupportDisposalNotification, INotifyPropertyChanged, INotifyCollectionChanged
The SingleItemTrackingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SingleItemTrackingCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | ||
IsDisposed | ||
Item |
Top
Methods
Name | Description | |
---|---|---|
Contains | ||
CopyTo | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPattern<TPattern> | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | ||
PropertyChanged |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | ||
IList.Clear | ||
IList.Insert | ||
IList.IsFixedSize | ||
IList.IsReadOnly | ||
ICollection.IsSynchronized | ||
IList.Remove | ||
IList.RemoveAt | ||
ICollection.SyncRoot |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.