Miner.Interop Namespace > IMMFeedPath Interface : LoopElements Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678276)> Property LoopElements As IMMLoopElement()
'Usage
Dim instance As IMMFeedPath Dim value() As IMMLoopElement instance.LoopElements = value value = instance.LoopElements
[System.Runtime.InteropServices.DispId(1610678276)] IMMLoopElement[] LoopElements {get; set;}
read-write property LoopElements: array of IMMLoopElement;
System.Runtime.InteropServices.DispIdAttribute(1610678276) function get,set LoopElements : IMMLoopElement[]
[System.Runtime.InteropServices.DispId(1610678276)] __property IMMLoopElement*[]* get_LoopElements(); __property void set_LoopElements( IMMLoopElement*[]* value );
[System.Runtime.InteropServices.DispId(1610678276)] property array<IMMLoopElement^>^ LoopElements { array<IMMLoopElement^>^ get(); void set ( array<IMMLoopElement^>^ value); }
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