ProjectInformation.Loader Delegate
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.
public delegate bool ProjectInformation.Loader(Uri projectFile, out ProjectInformation? projectInfo);
type ProjectInformation.Loader = delegate of Uri * ProjectInformation -> bool
Public Delegate Function ProjectInformation.Loader(projectFile As Uri, ByRef projectInfo As ProjectInformation) As Boolean
Parameters
- projectFile
- Uri
- projectInfo
- ProjectInformation