Item Property (Explorer) (2007 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
explorer As Explorer _
) As IList(Of IFormRegion)
'Usage
Dim instance As FormRegionKeyedByWindowCollection
Dim explorer As Explorer
Dim value As IList(Of IFormRegion)
value = instance(explorer)
public IList<IFormRegion> this[
Explorer explorer
] { get; }
Parameters
- explorer
Type: Microsoft.Office.Interop.Outlook..::.Explorer
Property Value
Type: System.Collections.Generic..::.IList<(Of <(IFormRegion>)>)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FormRegionKeyedByWindowCollection Class