IDirectiveProcessor.GetReferencesForProcessingRun 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.
Gets any references to pass to the compiler because of the most recent run.
public:
cli::array <System::String ^> ^ GetReferencesForProcessingRun();
public string[] GetReferencesForProcessingRun ();
abstract member GetReferencesForProcessingRun : unit -> string[]
Public Function GetReferencesForProcessingRun () As String()
Returns
String[]