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

            throw new NotImplementedException();
        }
Esempio n. 2
0
 public PropertyDef GetBuiltInPropertyDef(MFBuiltInPropertyDef PropertyDefType)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 /// <summary>
 /// Test Helper : Removes a Property Alias with test assertions.
 /// </summary>
 public void RemovePropertyAlias(MFBuiltInPropertyDef propDef, bool useShorthand)
 => RemovePropertyAlias((int)propDef, useShorthand);
Esempio n. 4
0
 /// <summary>
 /// Test Helper : Clears a Property Alias with test assertions.
 /// </summary>
 public void ClearPropertyAlias(MFBuiltInPropertyDef propDef)
 => ClearPropertyAlias((int)propDef);
Esempio n. 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);