Item Property (Inspector) (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 ( _
inspector As Inspector _
) As IList(Of IFormRegion)
'Usage
Dim instance As FormRegionKeyedByWindowCollection
Dim inspector As Inspector
Dim value As IList(Of IFormRegion)
value = instance(inspector)
public IList<IFormRegion> this[
Inspector inspector
] { get; }
Parameters
- inspector
Type: Microsoft.Office.Interop.Outlook..::.Inspector
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