Share via


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

See also

Reference

RibbonDocument class

RibbonDocument members

Microsoft.Web.CommandUI namespace