VirtualTypeBuilder::PropertyInfoCollection Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

NameDescription
System_CAPS_pubmethodAdd(PropertyInfo^)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean, array<Attribute^>^)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean, array<Attribute^>^, MethodAttributes)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean, array<Type^>^)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean, array<Type^>^, array<Attribute^>^)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodAdd(String^, Type^, Boolean, array<Type^>^, array<Attribute^>^, MethodAttributes)

Adds a PropertyInfo to the end of the collection.

System_CAPS_pubmethodClear()

(Inherited from CollectionBase.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from CollectionBase.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(PropertyInfo^)

Removes the first occurrence of a specific PropertyInfo from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from CollectionBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: