Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / Design / Serialization / DesignerLoader.cs / 1 / DesignerLoader.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design.Serialization { using System; using System.Reflection; using System.Security.Permissions; ////// DesignerLoader. This class is responsible for loading a designer document. /// Where and how this load occurs is a private matter for the designer loader. /// The designer loader will be handed to an IDesignerHost instance. This instance, /// when it is ready to load the document, will call BeginLoad, passing an instance /// of IDesignerLoaderHost. The designer loader will load up the design surface /// using the host interface, and call EndLoad on the interface when it is done. /// The error collection passed into EndLoad should be empty or null to indicate a /// successful load, or it should contain a collection of exceptions that /// describe the error. /// /// Once a document is loaded, the designer loader is also responsible for /// writing any changes made to the document back whatever storage the /// loader used when loading the document. /// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Runtime.InteropServices.ComVisible(true)] public abstract class DesignerLoader { ////// Returns true when the designer is in the process of loading. Clients that are /// sinking notifications from the designer often want to ignore them while the desingner is loading /// and only respond to them if they result from user interatcions. /// public virtual bool Loading { get { return false; } } ////// Called by the designer host to begin the loading process. The designer /// host passes in an instance of a designer loader host (which is typically /// the same object as the designer host. This loader host allows /// the designer loader to reload the design document and also allows /// the designer loader to indicate that it has finished loading the /// design document. /// public abstract void BeginLoad(IDesignerLoaderHost host); ////// Disposes this designer loader. The designer host will call this method /// when the design document itself is being destroyed. Once called, the /// designer loader will never be called again. /// public abstract void Dispose(); ////// The designer host will call this periodically when it wants to /// ensure that any changes that have been made to the document /// have been saved by the designer loader. This method allows /// designer loaders to implement a lazy-write scheme to improve /// performance. The default implementation does nothing. /// public virtual void Flush() {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design.Serialization { using System; using System.Reflection; using System.Security.Permissions; ////// DesignerLoader. This class is responsible for loading a designer document. /// Where and how this load occurs is a private matter for the designer loader. /// The designer loader will be handed to an IDesignerHost instance. This instance, /// when it is ready to load the document, will call BeginLoad, passing an instance /// of IDesignerLoaderHost. The designer loader will load up the design surface /// using the host interface, and call EndLoad on the interface when it is done. /// The error collection passed into EndLoad should be empty or null to indicate a /// successful load, or it should contain a collection of exceptions that /// describe the error. /// /// Once a document is loaded, the designer loader is also responsible for /// writing any changes made to the document back whatever storage the /// loader used when loading the document. /// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Runtime.InteropServices.ComVisible(true)] public abstract class DesignerLoader { ////// Returns true when the designer is in the process of loading. Clients that are /// sinking notifications from the designer often want to ignore them while the desingner is loading /// and only respond to them if they result from user interatcions. /// public virtual bool Loading { get { return false; } } ////// Called by the designer host to begin the loading process. The designer /// host passes in an instance of a designer loader host (which is typically /// the same object as the designer host. This loader host allows /// the designer loader to reload the design document and also allows /// the designer loader to indicate that it has finished loading the /// design document. /// public abstract void BeginLoad(IDesignerLoaderHost host); ////// Disposes this designer loader. The designer host will call this method /// when the design document itself is being destroyed. Once called, the /// designer loader will never be called again. /// public abstract void Dispose(); ////// The designer host will call this periodically when it wants to /// ensure that any changes that have been made to the document /// have been saved by the designer loader. This method allows /// designer loaders to implement a lazy-write scheme to improve /// performance. The default implementation does nothing. /// public virtual void Flush() {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CatalogZoneDesigner.cs
- ImportCatalogPart.cs
- SqlServer2KCompatibilityCheck.cs
- HttpStreams.cs
- ColorConvertedBitmap.cs
- HitTestWithPointDrawingContextWalker.cs
- MailAddress.cs
- FormViewInsertEventArgs.cs
- QueuePathDialog.cs
- DbCommandDefinition.cs
- XmlHierarchicalEnumerable.cs
- DiscoveryDocumentSearchPattern.cs
- UxThemeWrapper.cs
- ExpressionNormalizer.cs
- MimeFormImporter.cs
- TempFiles.cs
- Models.cs
- WebPartMovingEventArgs.cs
- EntityDataSourceConfigureObjectContext.cs
- Error.cs
- securitycriticaldataClass.cs
- TaskFormBase.cs
- MarshalByValueComponent.cs
- QueryPageSettingsEventArgs.cs
- MoveSizeWinEventHandler.cs
- XmlChildEnumerator.cs
- TableCellAutomationPeer.cs
- ServerIdentity.cs
- EncoderParameters.cs
- ReaderWriterLock.cs
- _DomainName.cs
- TextParagraph.cs
- UIElementParagraph.cs
- MatrixStack.cs
- IfAction.cs
- DownloadProgressEventArgs.cs
- SingleAnimationBase.cs
- TrackingStringDictionary.cs
- LinqDataSourceContextEventArgs.cs
- XmlAttributeOverrides.cs
- WindowsFormsEditorServiceHelper.cs
- _ListenerResponseStream.cs
- WS2007FederationHttpBindingElement.cs
- XmlConvert.cs
- ScriptReference.cs
- TransactionFlowOption.cs
- DataChangedEventManager.cs
- FrameworkElementFactory.cs
- ConstrainedGroup.cs
- ScrollItemProviderWrapper.cs
- TransformProviderWrapper.cs
- Debug.cs
- MessageSecurityProtocol.cs
- CacheDependency.cs
- ResourceBinder.cs
- CharAnimationBase.cs
- ClientRolePrincipal.cs
- StrongTypingException.cs
- SoapWriter.cs
- AssertSection.cs
- ToolStripMenuItemDesigner.cs
- ThreadStateException.cs
- DynamicDataRoute.cs
- InkPresenterAutomationPeer.cs
- Matrix3D.cs
- TransformerInfo.cs
- SynchronizedInputPattern.cs
- ContextStack.cs
- IdentifierCollection.cs
- MonthChangedEventArgs.cs
- HyperLinkDataBindingHandler.cs
- PtsHost.cs
- Parallel.cs
- BatchStream.cs
- XmlTextWriter.cs
- DurableMessageDispatchInspector.cs
- SimpleHandlerFactory.cs
- DataGridViewRowsRemovedEventArgs.cs
- CmsInterop.cs
- CompoundFileDeflateTransform.cs
- PeerCollaborationPermission.cs
- PersianCalendar.cs
- GridViewEditEventArgs.cs
- SerializableTypeCodeDomSerializer.cs
- SmiRequestExecutor.cs
- GreenMethods.cs
- AbstractSvcMapFileLoader.cs
- GeneralTransformGroup.cs
- SrgsOneOf.cs
- QilFactory.cs
- UnsafeNativeMethods.cs
- AmbientValueAttribute.cs
- CriticalExceptions.cs
- COMException.cs
- PackageFilter.cs
- BitmapEffectState.cs
- ObjectDataSource.cs
- Int32CollectionConverter.cs
- UnionExpr.cs
- ExceptionUtility.cs