Version: 2019.2
public string GetBuildPhaseName (string phaseGuid);

パラメーター

phaseGuidGUID of the phase.

戻り値

string The build phase name if it's defined.

説明

Returns the name of the build phase with the specified GUID.

For shell script and copy file build phases, the name is returned. For all other phases, the type is returned for all other phases. This is same behavior as [[GetBuildPhaseType(string)]]. If a phase with the given GUID is not available, Null is returned.