Implemented interface member:
method
GetProperty
NuGet.Commands.IMSBuildItem.GetProperty(System.String)
4 references to GetProperty
NuGet.Build.Tasks (4)
BuildTasksUtility.cs (2)
61var propertyValue = wrapper.GetProperty(key); 84var propertyValue = wrapper.GetProperty(key);
Common\MSBuildTaskItem.cs (2)
74return $"Type: {GetProperty("Type")} Project: {GetProperty("ProjectUniqueName")}";