DirectiveProcessor.GetImportsForProcessingRun 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.
Get any namespaces to import as a consequence of the most recent run.
public:
abstract cli::array <System::String ^> ^ GetImportsForProcessingRun();
public:
abstract Platform::Array <Platform::String ^> ^ GetImportsForProcessingRun();
abstract std::Array <std::wstring const &> GetImportsForProcessingRun();
public abstract string[] GetImportsForProcessingRun ();
abstract member GetImportsForProcessingRun : unit -> string[]
Public MustOverride Function GetImportsForProcessingRun () As String()
Returns
String[]