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: System.String
projectFileName
Type: System.String
projectGuid
Type: System.Guid
isShared (Optional)
Type: System.Boolean
label (Optional)
Type: System.String
See Also