Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public override void AppendData( Guid guid, string filename, Stream inputStream ) |
Visual Basic |
---|
Public Overrides Sub AppendData ( _ guid As Guid, _ filename As String, _ inputStream As Stream _ ) |
Visual C++ |
---|
public: virtual void AppendData( Guid guid, String^ filename, Stream^ inputStream ) override |
Parameters
- guid
- Type: System..::..Guid
- filename
- Type: System..::..String
- inputStream
- Type: System.IO..::..Stream