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.