Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / ContainerFilterService.cs / 1 / ContainerFilterService.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.ComponentModel; using System.Security.Permissions; ////// The Container and NestedContainer classes will call GetService for ContainerFilterService /// each time they need to construct a Components collection for return to a caller. /// ContainerFilterService may return an updated collection of components. This allows /// an external service to modify the view of components that are returned from a container. /// [HostProtection(SharedState = true)] public abstract class ContainerFilterService { ////// protected ContainerFilterService() { } ////// Filters the components collection by optionally returning a new, modified collection. /// The default implementation returns the input collection, thereby performing no filtering. /// public virtual ComponentCollection FilterComponents(ComponentCollection components) { return components; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DispatcherProcessingDisabled.cs
- ThaiBuddhistCalendar.cs
- Utility.cs
- HighlightOverlayGlyph.cs
- HoistedLocals.cs
- HtmlElement.cs
- Typography.cs
- FormatSettings.cs
- DesignerLabelAdapter.cs
- SByteStorage.cs
- columnmapkeybuilder.cs
- Scene3D.cs
- Span.cs
- SessionEndedEventArgs.cs
- PingOptions.cs
- _LoggingObject.cs
- PassportAuthenticationModule.cs
- DefaultAsyncDataDispatcher.cs
- UIElementPropertyUndoUnit.cs
- ManagedIStream.cs
- SqlRemoveConstantOrderBy.cs
- RealizedColumnsBlock.cs
- ProvidersHelper.cs
- webproxy.cs
- DataSourceCache.cs
- DataStreamFromComStream.cs
- HandoffBehavior.cs
- KeyTime.cs
- FragmentNavigationEventArgs.cs
- CustomErrorsSectionWrapper.cs
- HttpWebRequestElement.cs
- PcmConverter.cs
- InputLanguageSource.cs
- GradientStop.cs
- GridViewRow.cs
- ValueSerializerAttribute.cs
- DateTimeOffset.cs
- WebPartTracker.cs
- XmlReflectionMember.cs
- SmtpFailedRecipientException.cs
- WizardSideBarListControlItem.cs
- ColumnResizeUndoUnit.cs
- Pkcs7Signer.cs
- DelegateHelpers.cs
- PlainXmlWriter.cs
- EventArgs.cs
- VarRefManager.cs
- AppDomainFactory.cs
- WebPartConnectionsCancelVerb.cs
- SocketManager.cs
- Ticks.cs
- ThrowHelper.cs
- WebPartConnectionsEventArgs.cs
- PipelineDeploymentState.cs
- DesignerForm.cs
- TableLayoutCellPaintEventArgs.cs
- BitVector32.cs
- StyleCollectionEditor.cs
- IriParsingElement.cs
- safemediahandle.cs
- MD5CryptoServiceProvider.cs
- WebPartChrome.cs
- Bits.cs
- InternalBufferOverflowException.cs
- LocatorPart.cs
- ComponentChangedEvent.cs
- XmlMtomWriter.cs
- RankException.cs
- IIS7WorkerRequest.cs
- TraceSection.cs
- Attributes.cs
- WebHeaderCollection.cs
- IdnMapping.cs
- EmissiveMaterial.cs
- OleAutBinder.cs
- StoreAnnotationsMap.cs
- BamlVersionHeader.cs
- ImageSource.cs
- ExceptionValidationRule.cs
- ConditionChanges.cs
- DbConnectionFactory.cs
- ListDataHelper.cs
- ConstraintStruct.cs
- HttpChannelHelper.cs
- Atom10FormatterFactory.cs
- AttributeUsageAttribute.cs
- PageContentAsyncResult.cs
- EnvelopedSignatureTransform.cs
- WebPartDisplayModeEventArgs.cs
- ComponentDispatcher.cs
- SqlFormatter.cs
- TagPrefixAttribute.cs
- Exceptions.cs
- ForceCopyBuildProvider.cs
- ServiceModelActivity.cs
- Native.cs
- WebResourceUtil.cs
- xsdvalidator.cs
- OlePropertyStructs.cs
- updatecommandorderer.cs