ProjectReference Constructor (String, String, Guid, Boolean, String) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax 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