Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina ... 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ...
System.ComponentModel.Design.IComponentDiscoveryService + | ||
---|---|---|
+ | GetComponentTypes (IDesignerHost designerHost, Type baseType) |
System.ComponentModel.Design.IComponentInitializer + | ||
---|---|---|
+ | InitializeExistingComponent (IDictionary defaultValues) | |
+ | InitializeNewComponent (IDictionary defaultValues) |
System.ComponentModel.Design.IDesigner = | ||
---|---|---|
= | DoDefaultAction () | |
= | Initialize (IComponent component) | |
= | Component | |
= | Verbs |
System.ComponentModel.Design.IDesignerEventService = | ||
---|---|---|
= | ActiveDesignerChanged | |
= | DesignerCreated | |
= | DesignerDisposed | |
= | SelectionChanged | |
= | ActiveDesigner | |
= | Designers |
System.ComponentModel.Design.IDesignerFilter = | ||
---|---|---|
= | PostFilterAttributes (IDictionary attributes) | |
= | PostFilterEvents (IDictionary events) | |
= | PostFilterProperties (IDictionary properties) | |
= | PreFilterAttributes (IDictionary attributes) | |
= | PreFilterEvents (IDictionary events) | |
= | PreFilterProperties (IDictionary properties) |
System.ComponentModel.Design.IServiceContainer = | ||
---|---|---|
= | AddService (Type serviceType, Object serviceInstance) | |
= | AddService (Type serviceType, Object serviceInstance, Boolean promote) | |
= | AddService (Type serviceType, ServiceCreatorCallback callback) | |
= | AddService (Type serviceType, ServiceCreatorCallback callback, Boolean promote) | |
= | RemoveService (Type serviceType) | |
= | RemoveService (Type serviceType, Boolean promote) |
System.ComponentModel.Design.IDesignerHost = | ||
---|---|---|
= | Activated | |
= | Deactivated | |
= | LoadComplete | |
= | TransactionClosed | |
= | TransactionClosing | |
= | TransactionOpened | |
= | TransactionOpening | |
= | Activate () | |
= | CreateComponent (Type componentClass) | |
= | CreateComponent (Type componentClass, String name) | |
= | CreateTransaction () | |
= | CreateTransaction (String description) | |
= | DestroyComponent (IComponent component) | |
= | GetDesigner (IComponent component) | |
= | GetType (String typeName) | |
= | Container | |
= | InTransaction | |
= | Loading | |
= | RootComponent | |
= | RootComponentClassName | |
= | TransactionDescription |
System.ComponentModel.Design.IDictionaryService = | ||
---|---|---|
= | GetKey (Object value) | |
= | GetValue (Object key) | |
= | SetValue (Object key, Object value) |
System.ComponentModel.Design.IEventBindingService = | ||
---|---|---|
= | CreateUniqueMethodName (IComponent component, EventDescriptor e) | |
= | GetCompatibleMethods (EventDescriptor e) | |
= | GetEvent (PropertyDescriptor property) | |
= | GetEventProperties (EventDescriptorCollection events) | |
= | GetEventProperty (EventDescriptor e) | |
= | ShowCode () | |
= | ShowCode (Int32 lineNumber) | |
= | ShowCode (IComponent component, EventDescriptor e) |
System.ComponentModel.Design.IExtenderListService = | ||
---|---|---|
= | GetExtenderProviders () |
System.ComponentModel.Design.IExtenderProviderService = | ||
---|---|---|
= | AddExtenderProvider (IExtenderProvider provider) | |
= | RemoveExtenderProvider (IExtenderProvider provider) |
System.ComponentModel.Design.IHelpService = | ||
---|---|---|
= | AddContextAttribute (String name, String value, HelpKeywordType keywordType) | |
= | ClearContextAttributes () | |
= | CreateLocalContext (HelpContextType contextType) | |
= | RemoveContextAttribute (String name, String value) | |
= | RemoveLocalContext (IHelpService localContext) | |
= | ShowHelpFromKeyword (String helpKeyword) | |
= | ShowHelpFromUrl (String helpUrl) |
System.ComponentModel.Design.IInheritanceService = | ||
---|---|---|
= | AddInheritedComponents (IComponent component, IContainer container) | |
= | GetInheritanceAttribute (IComponent component) |
System.ComponentModel.Design.IMenuCommandService = | ||
---|---|---|
= | AddCommand (MenuCommand command) | |
= | AddVerb (DesignerVerb verb) | |
= | FindCommand (CommandID commandID) | |
= | GlobalInvoke (CommandID commandID) | |
= | RemoveCommand (MenuCommand command) | |
= | RemoveVerb (DesignerVerb verb) | |
= | ShowContextMenu (CommandID menuID, Int32 x, Int32 y) | |
= | Verbs |
Powered by Ricciolo