Freigeben über


FormRegionCollectionBase.Base-Eigenschaft

Ruft eine IList<T> von IFormRegion-Objekten in der FormRegionCollectionBase ab.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property Base As IList(Of IFormRegion)
    Get
public IList<IFormRegion> Base { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<IFormRegion>
Eine IList<T> von IFormRegion-Objekten in der FormRegionCollectionBase.

.NET Framework-Sicherheit

Siehe auch

Referenz

FormRegionCollectionBase Klasse

Microsoft.Office.Tools.Outlook-Namespace