TextContextAdd Method (TypedValue) |
Adds a TypedValue to the context.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override void Add(
TypedValue item
)
Public Overrides Sub Add (
item As TypedValue
)
public:
virtual void Add(
TypedValue^ item
) override
Parameters
- item
- Type: TypedValue
TypedValue to add.
Implements
ICollectionTAdd(T)
Remarks
Item cannot be null, nor can the typedvalue point to a null value.
The datatype must be either Text or MultilineText
See Also