专用组件 meaning in Chinese
personal module
Examples
- A private component can be seen and activated only by other components in the same application
专用组件只能由同一应用程序中的其他组件看到和激活。 - If you call any classes of a private component , it fails out - of - process but succeeds in - process
如果调用专用组件的任何类,从进程外调用就会失败,而从进程内调用就会成功。 - Identifies a component as a private component that is only seen and activated by components in the same application
将组件标识为专用组件,专用组件仅对同一应用程序中的组件而言是可见的并只可由同一应用程序中的组件激活。 - You also have the option of creating private components that cannot be accessed from outside the application but might still take advantage of all com services
还可以选择创建专用组件,使它们不能从应用程序外访问,但仍可以利用所有的com +服务。