NameInfoCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a list of NameInfo objects.
The NameInfoCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NameInfoCollection | Initializes an instance of the NameInfoCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<NameInfo>.) | |
Count | (Inherited from List<NameInfo>.) | |
Item[Int32] | (Inherited from List<NameInfo>.) | |
Item[String] | Gets the object with the specified name. |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<NameInfo>.) | |
IList.Contains | (Inherited from List<NameInfo>.) | |
ICollection.CopyTo | (Inherited from List<NameInfo>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<NameInfo>.) | |
IEnumerable.GetEnumerator | (Inherited from List<NameInfo>.) | |
IList.IndexOf | (Inherited from List<NameInfo>.) | |
IList.Insert | (Inherited from List<NameInfo>.) | |
IList.IsFixedSize | (Inherited from List<NameInfo>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<NameInfo>.) | |
IList.IsReadOnly | (Inherited from List<NameInfo>.) | |
ICollection.IsSynchronized | (Inherited from List<NameInfo>.) | |
IList.Item | (Inherited from List<NameInfo>.) | |
IList.Remove | (Inherited from List<NameInfo>.) | |
ICollection.SyncRoot | (Inherited from List<NameInfo>.) |
Top