次の方法で共有


ProjectFile.UpdateStages.WithProperties Interface

public static interface ProjectFile.UpdateStages.WithProperties

The stage of the ProjectFile update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(ProjectFileProperties properties)

Specifies the properties property: Custom file properties.

Method Details

withProperties

public abstract ProjectFile.Update withProperties(ProjectFileProperties properties)

Specifies the properties property: Custom file properties.

Parameters:

properties - Custom file properties.

Returns:

the next definition stage.

Applies to