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
- ContentValidator.cs
- Size.cs
- BitmapScalingModeValidation.cs
- WindowsRebar.cs
- TreeNodeEventArgs.cs
- XmlNamedNodeMap.cs
- MutexSecurity.cs
- ActivityAction.cs
- StyleTypedPropertyAttribute.cs
- XmlSchemaComplexContentExtension.cs
- DataServiceHost.cs
- TailPinnedEventArgs.cs
- FieldNameLookup.cs
- AesCryptoServiceProvider.cs
- TemplateBindingExpression.cs
- ErrorHandler.cs
- TargetControlTypeAttribute.cs
- datacache.cs
- HitTestParameters3D.cs
- FixedTextBuilder.cs
- DataControlField.cs
- WebResponse.cs
- ConfigDefinitionUpdates.cs
- XmlConvert.cs
- ImageMetadata.cs
- Light.cs
- GlyphTypeface.cs
- ListViewDeleteEventArgs.cs
- EntityType.cs
- Utils.cs
- XmlStreamNodeWriter.cs
- WCFBuildProvider.cs
- FormView.cs
- PeerObject.cs
- TableLayoutRowStyleCollection.cs
- DirectoryGroupQuery.cs
- PeerCredential.cs
- StringInfo.cs
- TextFormatterImp.cs
- CodeSnippetTypeMember.cs
- TrackingExtract.cs
- RemotingConfiguration.cs
- EnumType.cs
- UniqueContractNameValidationBehavior.cs
- Parser.cs
- FactoryId.cs
- DiscoveryReferences.cs
- UIElementCollection.cs
- BufferBuilder.cs
- WorkflowInstanceQuery.cs
- PriorityQueue.cs
- PeerDuplexChannel.cs
- SizeAnimation.cs
- LongValidator.cs
- SqlUtils.cs
- NetMsmqBindingCollectionElement.cs
- Attributes.cs
- BlockingCollection.cs
- FlowSwitch.cs
- SqlClientWrapperSmiStream.cs
- ImageButton.cs
- FixedTextBuilder.cs
- GPPOINT.cs
- SequenceNumber.cs
- SQLUtility.cs
- DPTypeDescriptorContext.cs
- XmlEncodedRawTextWriter.cs
- XmlSchemaInferenceException.cs
- ScaleTransform.cs
- PrintPreviewGraphics.cs
- SeverityFilter.cs
- odbcmetadatacolumnnames.cs
- MulticastNotSupportedException.cs
- ProcessDesigner.cs
- MenuEventArgs.cs
- IdnElement.cs
- Scene3D.cs
- SerializableTypeCodeDomSerializer.cs
- HostedHttpContext.cs
- DefaultPropertyAttribute.cs
- _ShellExpression.cs
- WindowCollection.cs
- FullTextBreakpoint.cs
- SystemIPv6InterfaceProperties.cs
- Nullable.cs
- WsatTransactionFormatter.cs
- ScrollData.cs
- IndentTextWriter.cs
- SimpleMailWebEventProvider.cs
- ObjectStorage.cs
- DesignParameter.cs
- BitmapMetadataEnumerator.cs
- MaterialGroup.cs
- AssociationTypeEmitter.cs
- CalendarDataBindingHandler.cs
- DbCommandTree.cs
- DataKeyCollection.cs
- _SpnDictionary.cs
- MissingMethodException.cs
- ResourceWriter.cs