IRegisterMetadata.Register 方法
定义
在设计器初始化时,将附加元数据添加到元数据存储区中。Adds additional metadata to the metadata store upon initialization of the designer.
public:
void Register();
public void Register ();
abstract member Register : unit -> unit
Public Sub Register ()
注解
其实现应该调用 AddAttributeTable 将数据添加到元数据存储区中。Implementations should call AddAttributeTable to add data to the metadata store.