PortBase.ExtractPromotables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- followCorrelations
- Correlation[]
- initCorrelations
- Correlation[]
Returns
Applies to
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
Parameters
- clist
- Correlation[]
- l
- IList