Class VbaModuleAttributeCollection

VbaModuleAttributeCollection class

Repräsentiert eine Sammlung vonVbaModuleAttribute Objekte.

public class VbaModuleAttributeCollection : ReadOnlyCollectionBase<VbaModuleAttribute>

Eigenschaften

NameBeschreibung
Count { get; }
Item { get; set; }

Methoden

NameBeschreibung
Add(VbaModuleAttribute)
GetEnumerator()
ToList()

Siehe auch