This document is archived and information here might be outdated. Recommended version. |
The collection of feeds.
[Visual Basic .NET] Public Property Feeds As IArray
[C#] public IArray Feeds {get; set;}
[C++]
HRESULT get_Feeds(
IArray** ppVal
);
[C++]
HRESULT put_Feeds(
IArray* ppVal
);
[C++] Parameters ppVal [out, retval]
ppVal is a parameter of type IArray** ppVal [in]
ppVal is a parameter of type IArray*
Feeds is an IArray of objects that implement ITrafficFeed. It is used to hold a set of traffic feed specifications that are associated with a given region.