MSBuildTools.GetReferenceEntries(String, IEnumerable<String>) 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.
public:
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetReferenceEntries(System::String ^ template, System::Collections::Generic::IEnumerable<System::String ^> ^ references);
public static System.Collections.Generic.IEnumerable<string> GetReferenceEntries (string template, System.Collections.Generic.IEnumerable<string> references);
static member GetReferenceEntries : string * seq<string> -> seq<string>
Public Shared Function GetReferenceEntries (template As String, references As IEnumerable(Of String)) As IEnumerable(Of String)
Parameters
- template
- String
- references
- IEnumerable<String>