Click or drag to resize

ProjectReference Constructor (String, String, Guid, Boolean, String)

Create a new ProjectReference with the specified name, file name, and GUID.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ProjectReference(
	string name,
	string projectFileName,
	Guid projectGuid,
	bool isShared = false,
	string label = null
)

Parameters

name
Type: SystemString
projectFileName
Type: SystemString
projectGuid
Type: SystemGuid
isShared (Optional)
Type: SystemBoolean
label (Optional)
Type: SystemString
See Also