Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / Design / DocumentCollection.cs / 1 / DocumentCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class DesignerCollection : ICollection { private IList designers; ////// Provides a read-only collection of documents. /// ////// public DesignerCollection(IDesignerHost[] designers) { if (designers != null) { this.designers = new ArrayList(designers); } else { this.designers = new ArrayList(); } } ////// Initializes a new instance of the ///class /// that stores an array with a pointer to each /// for each document in the collection. /// /// public DesignerCollection(IList designers) { this.designers = designers; } ////// Initializes a new instance of the ///class /// that stores an array with a pointer to each /// for each document in the collection. /// /// public int Count { get { return designers.Count; } } ///Gets or /// sets the number /// of documents in the collection. ////// public virtual IDesignerHost this[int index] { get { return (IDesignerHost)designers[index]; } } ///Gets /// or sets the document at the specified index. ////// public IEnumerator GetEnumerator() { return designers.GetEnumerator(); } ///Creates and retrieves a new enumerator for this collection. ///int ICollection.Count { get { return Count; } } /// bool ICollection.IsSynchronized { get { return false; } } /// object ICollection.SyncRoot { get { return null; } } /// void ICollection.CopyTo(Array array, int index) { designers.CopyTo(array, index); } /// IEnumerator IEnumerable.GetEnumerator() { return GetEnumerator(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class DesignerCollection : ICollection { private IList designers; ////// Provides a read-only collection of documents. /// ////// public DesignerCollection(IDesignerHost[] designers) { if (designers != null) { this.designers = new ArrayList(designers); } else { this.designers = new ArrayList(); } } ////// Initializes a new instance of the ///class /// that stores an array with a pointer to each /// for each document in the collection. /// /// public DesignerCollection(IList designers) { this.designers = designers; } ////// Initializes a new instance of the ///class /// that stores an array with a pointer to each /// for each document in the collection. /// /// public int Count { get { return designers.Count; } } ///Gets or /// sets the number /// of documents in the collection. ////// public virtual IDesignerHost this[int index] { get { return (IDesignerHost)designers[index]; } } ///Gets /// or sets the document at the specified index. ////// public IEnumerator GetEnumerator() { return designers.GetEnumerator(); } ///Creates and retrieves a new enumerator for this collection. ///int ICollection.Count { get { return Count; } } /// bool ICollection.IsSynchronized { get { return false; } } /// object ICollection.SyncRoot { get { return null; } } /// void ICollection.CopyTo(Array array, int index) { designers.CopyTo(array, index); } /// IEnumerator IEnumerable.GetEnumerator() { return GetEnumerator(); } } } // 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
- Queue.cs
- ConfigUtil.cs
- BindingCollection.cs
- ReferenceEqualityComparer.cs
- DateTimeValueSerializerContext.cs
- XmlSchemaSearchPattern.cs
- Ipv6Element.cs
- WebPartTransformerCollection.cs
- TreeViewItem.cs
- PathFigure.cs
- XomlCompilerError.cs
- MediaPlayerState.cs
- PathFigureCollection.cs
- LayoutTableCell.cs
- OleDbErrorCollection.cs
- FileLevelControlBuilderAttribute.cs
- HtmlTextArea.cs
- CustomAttributeBuilder.cs
- ConsumerConnectionPointCollection.cs
- XPathChildIterator.cs
- HttpRequestCacheValidator.cs
- EditorPartChrome.cs
- ThicknessKeyFrameCollection.cs
- WebPartEditorOkVerb.cs
- CompilerCollection.cs
- ReadOnlyHierarchicalDataSource.cs
- TextRangeEditTables.cs
- XmlDataSource.cs
- LambdaExpression.cs
- LinkArea.cs
- SQLInt32Storage.cs
- ISAPIApplicationHost.cs
- XmlSerializerSection.cs
- DoubleAverageAggregationOperator.cs
- MergablePropertyAttribute.cs
- ProfilePropertyMetadata.cs
- TreeSet.cs
- EntityChangedParams.cs
- Paragraph.cs
- WsdlBuildProvider.cs
- ListViewItem.cs
- ShapingWorkspace.cs
- RawStylusInputReport.cs
- DbDataAdapter.cs
- XmlElementElement.cs
- ObjectQuery_EntitySqlExtensions.cs
- CodeEntryPointMethod.cs
- DiscreteKeyFrames.cs
- ProxyAttribute.cs
- WebPartEditVerb.cs
- TrackingQuery.cs
- WaitForChangedResult.cs
- DESCryptoServiceProvider.cs
- EventEntry.cs
- LogicalExpr.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ReverseInheritProperty.cs
- ExpressionCopier.cs
- NonVisualControlAttribute.cs
- ProfilePropertySettingsCollection.cs
- TextSelectionHighlightLayer.cs
- DataGridItemCollection.cs
- EventData.cs
- WaitForChangedResult.cs
- LicenseProviderAttribute.cs
- ColumnResizeAdorner.cs
- ValueHandle.cs
- PocoEntityKeyStrategy.cs
- TreeViewTemplateSelector.cs
- HebrewCalendar.cs
- StoreItemCollection.Loader.cs
- SystemWebExtensionsSectionGroup.cs
- ClickablePoint.cs
- SingleAnimationUsingKeyFrames.cs
- ContextStack.cs
- SerializableAttribute.cs
- SqlProviderServices.cs
- CqlBlock.cs
- ToolStripSeparatorRenderEventArgs.cs
- DataBinder.cs
- BlurBitmapEffect.cs
- DataContractSerializerOperationBehavior.cs
- ColumnMap.cs
- ErrorRuntimeConfig.cs
- PtsHelper.cs
- AnnotationAdorner.cs
- Token.cs
- InputLangChangeEvent.cs
- IconConverter.cs
- ItemAutomationPeer.cs
- dataSvcMapFileLoader.cs
- Thickness.cs
- DataViewManager.cs
- RawMouseInputReport.cs
- Logging.cs
- XPathNodeIterator.cs
- CodeIdentifier.cs
- FixedFlowMap.cs
- UriTemplateTrieNode.cs
- DoubleAnimation.cs