ProjectInformation.Loader Delegate

Definition

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

Return Value

Boolean

Applies to