DirectiveProcessor.GetReferencesForProcessingRun Method

Definition

Get any references to pass to the compiler as a consequence of the most recent run.

public:
 abstract cli::array <System::String ^> ^ GetReferencesForProcessingRun();
public:
 abstract Platform::Array <Platform::String ^> ^ GetReferencesForProcessingRun();
 abstract std::Array <std::wstring const &> GetReferencesForProcessingRun();
public abstract string[] GetReferencesForProcessingRun ();
abstract member GetReferencesForProcessingRun : unit -> string[]
Public MustOverride Function GetReferencesForProcessingRun () As String()

Returns

String[]

Implements

Applies to