BulkFileOperation.ProjectsToReload Property
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 list of the full path to the project files which will have to be reloaded/updated with requested bulk file operation.
public:
property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ ProjectsToReload { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> ProjectsToReload { get; }
member this.ProjectsToReload : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property ProjectsToReload As IReadOnlyCollection(Of String)