ProjectMetadataLink.GetParent(ProjectMetadata) 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.
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