'宣言 Public Overloads Function Load( _ ByVal doc As XmlDocument _ ) As Boolean
public bool Load( XmlDocument doc )
パラメータ
- doc
- System.Xml.XmlDocument that contains the Ribbon definition.
戻り値の型
False if the XML document is not in the expected format.
'宣言 Public Overloads Function Load( _ ByVal doc As XmlDocument _ ) As Boolean
public bool Load( XmlDocument doc )