public interface VisualStudioIdeProjectExtension
VisualStudioIdeWorkspaceExtension
, is register to the root project instead.Modifier and Type | Method and Description |
---|---|
NamedDomainObjectContainer<VisualStudioIdeProject> |
getProjects()
Returns the projects to generate for this Gradle project.
|
void |
projects(Action<? super NamedDomainObjectContainer<VisualStudioIdeProject>> action)
Configures the project container with the specified action.
|
NamedDomainObjectContainer<VisualStudioIdeProject> getProjects()
VisualStudioIdeProject
to configure the projects to create, never null.void projects(Action<? super NamedDomainObjectContainer<VisualStudioIdeProject>> action)
action
- a configuration action for the container of VisualStudioIdeProject
instances.NullPointerException
- if the action is null