AssignLinkMetadata.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets "Link" metadata on any item where the project file in which they were defined is different from the parent project file to a sane default: the relative directory compared to the defining file.
Does NOT overwrite Link metadata if it's already defined.
public:
override bool Execute();
public override bool Execute ();
override this.Execute : unit -> bool
Public Overrides Function Execute () As Boolean