ProjectMetadataLink.GetParent(ProjectMetadata) Method

Definition

Helper utility for External projects provider implementation to get access of the parent object. At this point this is internal property for ProjectMetadata.

public:
 static System::Object ^ GetParent(Microsoft::Build::Evaluation::ProjectMetadata ^ metadata);
public static object GetParent (Microsoft.Build.Evaluation.ProjectMetadata metadata);
static member GetParent : Microsoft.Build.Evaluation.ProjectMetadata -> obj
Public Shared Function GetParent (metadata As ProjectMetadata) As Object

Parameters

metadata
ProjectMetadata

Returns

Applies to