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