示例#1
0
 /// <summary>
 /// Removes a property that matches a given value from all the projects for ALL configuration and ALL platforms.
 /// The property is then added to the property sheet with the given value.
 /// </summary>
 /// <param name="val">The given ReferenceValues instance to move</param>
 public void MoveValueAllConfigs(ReferencedValues val)
 {
     model.MoveValueAllConfigs(val);
     OnPropertyChanged("FoundProperties");
     OnPropertyChanged("PropSheetProperties");
 }