ProjectMetadataLink.Parent Property

Definition

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

Property Value

Applies to