Свойство | Type | Description | |
---|---|---|---|
Clear | void | ||
ExtensionPoint | System | ||
MergeWith | void | ||
Read | void | ||
SaveXml | void | ||
SetExtensionsAddinId | void | ||
SetNodeSet | void | ||
UnmergeExternalData | void | ||
Verify | void | ||
Write | void |
Méthode | Description | |
---|---|---|
AddExtensionNode ( string name, string typeName ) : Mono.Addins.Description.ExtensionNodeType |
Adds an extension node type. This method can be used to register a new allowed node type for the extension point. |
|
CopyFrom ( |
Copies another extension point.
|
|
ExtensionPoint ( ) : System |
Initializes a new instance of the Mono.Addins.Description.ExtensionPoint class.
|
Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
ExtensionPoint ( |
||
MergeWith ( string thisAddinId, |
||
Read ( Mono.Addins.Serialization.BinaryXmlReader reader ) : void | ||
SaveXml ( |
||
SetExtensionsAddinId ( string addinId ) : void | ||
SetNodeSet ( Mono.Addins.Description.ExtensionNodeSet nset ) : void | ||
UnmergeExternalData ( string thisAddinId, |
||
Verify ( string location, |
||
Write ( Mono.Addins.Serialization.BinaryXmlWriter writer ) : void |
public AddExtensionNode ( string name, string typeName ) : Mono.Addins.Description.ExtensionNodeType | ||
name | string | /// Name of the node /// |
typeName | string | /// Name of the type that implements the extension node. /// |
Résultat | Mono.Addins.Description.ExtensionNodeType |
public CopyFrom ( |
||
ep | /// Extension point from which to copy. /// | |
Résultat | void |