DocXWriterWriteData Method |
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public override bool WriteData(
Object value,
ref FdfResultCollection outResults = null
)
Public Overrides Function WriteData (
value As Object,
Optional ByRef outResults As FdfResultCollection = Nothing
) As Boolean
public:
virtual bool WriteData(
Object^ value,
FdfResultCollection^% outResults = nullptr
) override
abstract WriteData :
value : Object *
?outResults : FdfResultCollection byref
(* Defaults:
let _outResults = defaultArg outResults null
*)
-> bool
override WriteData :
value : Object *
?outResults : FdfResultCollection byref
(* Defaults:
let _outResults = defaultArg outResults null
*)
-> bool
Parameters
- value
- Type: SystemObject
- outResults (Optional)
- Type: FDF.Common.RuntimeFdfResultCollection
Return Value
Type:
BooleanSee Also