ProjectMetadataLink.Parent Property
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.
MSBuild object that this meta data belong to. Can be either ProjectItem, or ProjectItemDefinition Not a public property on original ProjectMetadata object, but int is needed to create a local proxy object.
public:
abstract property System::Object ^ Parent { System::Object ^ get(); };
public abstract object Parent { get; }
member this.Parent : obj
Public MustOverride ReadOnly Property Parent As Object