MFPropertyValuesBuilderCopyFrom Method (PropertyValues, Object) |
Copies a set of property values to this set.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder CopyFrom(
PropertyValues propVals,
params Object[] props
)
Public Function CopyFrom (
propVals As PropertyValues,
ParamArray props As Object()
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ CopyFrom(
PropertyValues^ propVals,
... array<Object^>^ props
)
Parameters
- propVals
- Type: PropertyValues
A list of propertyValues from which to copy property values - props
- Type: SystemObject
A list of the propertyDefs whose propertyValues should be copied.
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also