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