DataSourceCollection Members
Include Protected Members
Include Inherited Members
The DataSourceCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | ||
AdviseCollectionChangeEvents | ||
Clear | ||
Close | ||
Contains | ||
CopyTo(Array, Int32) | ||
CopyTo(array<IDataSource[], Int32) | ||
CreateInstance(IVsUICollection) | Creates an instance of a DataSourceCollection. The DataSourceCollection will be read-only if uiCollection cannot be converted to IVsUIDynamicCollection. | |
CreateInstance(IVsUICollection, DataSourceParameters) | Creates an instance of a DataSourceCollection using the given DataSourceParametrs. The DataSourceCollection will be read-only if uiCollection cannot be converted to IVsUIDynamicCollection. | |
CreateReadOnlyInstance(IVsUICollection) | Creates an instance of a DataSourceCollection. The DataSourceCollection will be read-only regardless of whether uiCollection can be converted to IVsUIDynamicCollection. | |
CreateReadOnlyInstance(IVsUICollection, DataSourceParameters) | Creates an instance of a DataSourceCollection using the given DataSourceParameters. The DataSourceCollection will be read-only regardless of whether uiCollection can be converted to IVsUIDynamicCollection. | |
Dispose() | Releases all resources used by the current instance of the DataSourceCollection class. | |
Dispose(Boolean) | Standard virtual overload for IDisposable pattern | |
EnumVerbs | ||
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Overrides Object.Finalize().) | |
get_Count | ||
GetEnumerator | ||
GetHashCode | (Overrides Object.GetHashCode().) | |
GetItem | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | ||
Insert | ||
Invoke(String, Object) | ||
Invoke(String, Object, Object%) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(Object) | ||
Remove(IDataSource) | ||
RemoveAt | ||
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
UnadviseCollectionChangeEvents |
Top
Operators
Name | Description | |
---|---|---|
Equality(DataSourceCollection, DataSourceCollection) | Equality operators that give "left == right" the same semantics as "left.Equals (right)" | |
Equality(DataSourceCollection, IVsUICollection) | ||
Equality(IVsUICollection, DataSourceCollection) | ||
Inequality(DataSourceCollection, DataSourceCollection) | Inequality operators that give "left != right" the same semantics as "!left.Equals (right)" | |
Inequality(DataSourceCollection, IVsUICollection) | ||
Inequality(IVsUICollection, DataSourceCollection) |
Top
Properties
Name | Description | |
---|---|---|
Count | ||
IsDisposed | Returns whether the object has been disposed once | |
IsReadOnly | ||
IsSynchronized | ||
Item | ||
SyncRoot | ||
Verbs |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | ||
PropertyChanged |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | ||
IList.Contains | ||
ICollection.Count | ||
IEnumerable.GetEnumerator | ||
IList.IndexOf | ||
IList.Insert | ||
IList.IsFixedSize | ||
IList.Item |
Top