RibbonDocument.Save Method
Saves the document to the specified TextWriter object.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Overridable Sub Save ( _
w As TextWriter _
)
'Usage
Dim instance As RibbonDocument
Dim w As TextWriter
instance.Save(w)
public virtual void Save(
TextWriter w
)
Parameters
w
Type: System.IO.TextWriterThe TextWriter where the document is written.