public static VersionControl.Task ChangeSetStatus (VersionControl.ChangeSet changeset);
public static VersionControl.Task ChangeSetStatus (string changesetID);

파라미터

changesetChangeset to query for assets.
changesetIDChangesetID to query for assets.

설명

Retrieves the list of assets belonging to a changeset.

This is intended to work only with outgoing changesets. Use Provider.IncomingChangeSetAssets if you would like to retrieve assets from incoming changesets.