gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.ide.visualstudio
/
XmlConfigFile
Xml
Config
File
API
@
Incubating
interface
XmlConfigFile
:
ConfigFile
(
source
)
An XML config file generated for Visual Studio.
Members
Functions
get
Location
Link copied to clipboard
API
abstract
fun
getLocation
(
)
:
File
The location where this file will be generated.
set
Location
Link copied to clipboard
API
abstract
fun
setLocation
(
location
:
Any
)
Specify the location where this file will be generated.
with
Xml
Link copied to clipboard
API
abstract
fun
withXml
(
action
:
Action
<
in
XmlProvider
>
)
Add an action that can manipulate the generated file content.