VirtualTypeBuilder::FieldInfoCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(FieldInfo^) | Adds a FieldInfo to the end of the collection. |
![]() | Add(String^, Type^) | Adds a FieldInfo to the end of the collection. |
![]() | Add(String^, Type^, array<Attribute^>^) | Adds a FieldInfo to the end of the collection. |
![]() | Add(String^, Type^, array<Attribute^>^, FieldAttributes) | Adds a FieldInfo to the end of the collection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from CollectionBase.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(FieldInfo^) | Removes the first occurrence of a specific FieldInfo from the collection. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
Show:


