Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / ComponentModel / CollectionConverter.cs / 1 / CollectionConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.Serialization.Formatters; using System.Runtime.Remoting; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class CollectionConverter : TypeConverter { ///Provides a type converter to convert /// collection objects to and from various other representations. ////// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == null) { throw new ArgumentNullException("destinationType"); } if (destinationType == typeof(string)) { if (value is ICollection) { return SR.GetString(SR.CollectionConverterText); } } return base.ConvertTo(context, culture, value, destinationType); } ///Converts the given /// value object to the /// specified destination type. ////// public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { //return new PropertyDescriptorCollection(null); return null; } ///Gets a collection of properties for /// the type of array specified by the value parameter using the specified context and /// attributes. ////// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a value indicating whether this object /// supports properties. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.Serialization.Formatters; using System.Runtime.Remoting; using System.Runtime.InteropServices; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class CollectionConverter : TypeConverter { ///Provides a type converter to convert /// collection objects to and from various other representations. ////// public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) { if (destinationType == null) { throw new ArgumentNullException("destinationType"); } if (destinationType == typeof(string)) { if (value is ICollection) { return SR.GetString(SR.CollectionConverterText); } } return base.ConvertTo(context, culture, value, destinationType); } ///Converts the given /// value object to the /// specified destination type. ////// public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { //return new PropertyDescriptorCollection(null); return null; } ///Gets a collection of properties for /// the type of array specified by the value parameter using the specified context and /// attributes. ////// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a value indicating whether this object /// supports properties. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DoubleCollection.cs
- FileLevelControlBuilderAttribute.cs
- AstTree.cs
- ApplicationProxyInternal.cs
- HandlerMappingMemo.cs
- FormsAuthenticationUserCollection.cs
- ElementFactory.cs
- ErrorHandler.cs
- WorkerRequest.cs
- EventLogPermissionEntry.cs
- ToolStripItemTextRenderEventArgs.cs
- ScriptingSectionGroup.cs
- AlternateViewCollection.cs
- DataTableClearEvent.cs
- CultureMapper.cs
- FastPropertyAccessor.cs
- ParenExpr.cs
- ThrowOnMultipleAssignment.cs
- IntegerValidator.cs
- Formatter.cs
- XmlQueryOutput.cs
- ParameterBuilder.cs
- Formatter.cs
- DataGridViewToolTip.cs
- CounterSample.cs
- COM2ExtendedUITypeEditor.cs
- ExpressionBuilder.cs
- WindowsSpinner.cs
- Dictionary.cs
- UInt64Storage.cs
- Error.cs
- PassportAuthentication.cs
- OwnerDrawPropertyBag.cs
- CommentGlyph.cs
- XmlChildNodes.cs
- FormatVersion.cs
- PolicyManager.cs
- DocumentPage.cs
- Error.cs
- TextAutomationPeer.cs
- WebPartConnectionsCancelVerb.cs
- VisualCollection.cs
- filewebrequest.cs
- MetadataSource.cs
- CompositeTypefaceMetrics.cs
- SizeAnimationUsingKeyFrames.cs
- Wizard.cs
- Rectangle.cs
- RequestSecurityTokenResponse.cs
- PolyQuadraticBezierSegment.cs
- PermissionSet.cs
- TableParaClient.cs
- TableLayoutPanelCellPosition.cs
- TableAdapterManagerGenerator.cs
- MDIClient.cs
- RoleGroupCollectionEditor.cs
- MD5HashHelper.cs
- TextRangeEditTables.cs
- UInt16.cs
- ActivityDesignerHighlighter.cs
- JsonCollectionDataContract.cs
- OleDbCommand.cs
- XmlSiteMapProvider.cs
- DesignerEditorPartChrome.cs
- HtmlSelect.cs
- Rotation3DAnimationBase.cs
- InkPresenterAutomationPeer.cs
- RoutedEventArgs.cs
- AspProxy.cs
- TextDpi.cs
- DataGridViewCellStyleChangedEventArgs.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- LayoutDump.cs
- CaseStatement.cs
- XmlValidatingReaderImpl.cs
- RegionData.cs
- UInt16.cs
- X500Name.cs
- RuntimeComponentFilter.cs
- DbConnectionHelper.cs
- _TimerThread.cs
- AttributeConverter.cs
- FontFamilyValueSerializer.cs
- ClientApiGenerator.cs
- SqlNamer.cs
- ControlBindingsCollection.cs
- StringAnimationUsingKeyFrames.cs
- Variant.cs
- HttpResponseWrapper.cs
- FontStretchConverter.cs
- SocketElement.cs
- TextEffectResolver.cs
- TextBlock.cs
- GridEntry.cs
- SliderAutomationPeer.cs
- LinqDataSourceValidationException.cs
- ErrorWebPart.cs
- DbParameterHelper.cs
- CacheOutputQuery.cs
- FontUnit.cs