ArcFM Solution Developer Guide
ContainedBy Property (ID8ListItem)






A reference to the containing list.
Syntax
[System.Runtime.InteropServices.DispId(1610678275)]
ID8List ContainedBy {get; set;}
read-write property ContainedBy: ID8List; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get,set ContainedBy : ID8List
[System.Runtime.InteropServices.DispId(1610678275)]
__property ID8List* get_ContainedBy();
__property void set_ContainedBy( 
   ID8List* value
);
[System.Runtime.InteropServices.DispId(1610678275)]
property ID8List^ ContainedBy {
   ID8List^ get();
   void set (    ID8List^ value);
}
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Property ContainedBy As ID8List
 
'Usage
 
Dim instance As ID8ListItem
Dim value As ID8List
 
instance.ContainedBy = value
 
value = instance.ContainedBy

Property Value

Returns an object that implements the ID8List interface.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ID8ListItem Interface
ID8ListItem Members

Send Feedback