IMetadataCollection<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMetadataCollection<T> : System.Collections.Generic.IEnumerable<T> where T : IMetadataObject
type IMetadataCollection<'T (requires 'T :> IMetadataObject)> = interface
interface seq<'T (requires 'T :> IMetadataObject)>
interface IEnumerable
Public Interface IMetadataCollection(Of T)
Implements IEnumerable(Of T)
Type Parameters
- T
- Derived
- Implements
Properties
AsMetadataObjectCollection | |
Count | |
Item[String] |
Methods
Contains(String) | |
Contains(T) | |
FindAll(Predicate<T>) | |
FindAll(String) |