PortBase.ExtractPromotables 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExtractPromotables(Correlation[], Correlation[]) | |
ExtractPromotables(Correlation[], IList) |
ExtractPromotables(Correlation[], Correlation[])
protected:
System::Collections::IList ^ ExtractPromotables(cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ followCorrelations, cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ initCorrelations);
protected System.Collections.IList ExtractPromotables (Microsoft.XLANGs.Core.Correlation[] followCorrelations, Microsoft.XLANGs.Core.Correlation[] initCorrelations);
member this.ExtractPromotables : Microsoft.XLANGs.Core.Correlation[] * Microsoft.XLANGs.Core.Correlation[] -> System.Collections.IList
Protected Function ExtractPromotables (followCorrelations As Correlation(), initCorrelations As Correlation()) As IList
参数
- followCorrelations
- Correlation[]
- initCorrelations
- Correlation[]
返回
适用于
ExtractPromotables(Correlation[], IList)
protected:
System::Collections::IList ^ ExtractPromotables(cli::array <Microsoft::XLANGs::Core::Correlation ^> ^ clist, System::Collections::IList ^ l);
protected System.Collections.IList ExtractPromotables (Microsoft.XLANGs.Core.Correlation[] clist, System.Collections.IList l);
member this.ExtractPromotables : Microsoft.XLANGs.Core.Correlation[] * System.Collections.IList -> System.Collections.IList
Protected Function ExtractPromotables (clist As Correlation(), l As IList) As IList
参数
- clist
- Correlation[]
- l
- IList