public PropertyDef GetBuiltInPropertyDef(MFBuiltInPropertyDef propertyDefType)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Пример #2
0
 public PropertyDef GetBuiltInPropertyDef(MFBuiltInPropertyDef PropertyDefType)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 /// <summary>
 /// Test Helper : Removes a Property Alias with test assertions.
 /// </summary>
 public void RemovePropertyAlias(MFBuiltInPropertyDef propDef, bool useShorthand)
 => RemovePropertyAlias((int)propDef, useShorthand);
Пример #4
0
 /// <summary>
 /// Test Helper : Clears a Property Alias with test assertions.
 /// </summary>
 public void ClearPropertyAlias(MFBuiltInPropertyDef propDef)
 => ClearPropertyAlias((int)propDef);
Пример #5
0
 /// <summary>
 /// Test Helper : Adds a Property Alias with test assertions.
 /// </summary>
 public void AddPropertyAlias(MFBuiltInPropertyDef propDef, bool useShorthand = false)
 => AddPropertyAlias((int)propDef, useShorthand);