ProjectGraphEntryPoint Struct
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.
Represents an entry point into the project graph which is comprised of a project file and a set of global properties
public value class ProjectGraphEntryPoint
public struct ProjectGraphEntryPoint
type ProjectGraphEntryPoint = struct
Public Structure ProjectGraphEntryPoint
- Inheritance
-
ProjectGraphEntryPoint
Constructors
ProjectGraphEntryPoint(String, IDictionary<String,String>) |
Constructs an entry point with the given project file and global properties. |
ProjectGraphEntryPoint(String) |
Constructs an entry point with the given project file and no global properties. |
Properties
GlobalProperties |
Gets the global properties to use for this entry point. |
ProjectFile |
Gets the full path to the project file to use for this entry point. |