C# Class SpaceClaim.AddInLibrary.RibbonRoot

Inheritance: IRibbonObject
ファイルを表示 Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
GetCapsules ( ) : IEnumerable
GetUI ( ) : string
RecurseGetCapsules ( IRibbonObject iRibbonObject ) : IEnumerable
RecurseGetXml ( IRibbonObject iRibbonObject, XmlWriter xmlWriter ) : void
RibbonRoot ( ) : System
WriteEndElement ( XmlWriter xmlWriter ) : void
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

GetCapsules() public method

public GetCapsules ( ) : IEnumerable
return IEnumerable

GetUI() public method

public GetUI ( ) : string
return string

RecurseGetCapsules() public method

public RecurseGetCapsules ( IRibbonObject iRibbonObject ) : IEnumerable
iRibbonObject IRibbonObject
return IEnumerable

RecurseGetXml() public method

public RecurseGetXml ( IRibbonObject iRibbonObject, XmlWriter xmlWriter ) : void
iRibbonObject IRibbonObject
xmlWriter System.Xml.XmlWriter
return void

RibbonRoot() public method

public RibbonRoot ( ) : System
return System

WriteEndElement() public method

public WriteEndElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void

WriteStartElement() public method

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void