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

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