Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ComponentModel / COM2Interop / COM2DataTypeToManagedDataTypeConverter.cs / 1305376 / COM2DataTypeToManagedDataTypeConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.Runtime.Serialization.Formatters; using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel.Design; using System.Collections; using Microsoft.Win32; ////// /// This base class maps an ole defined data type (OLE_COLOR, IFont, etc.), /// /// internal abstract class Com2DataTypeToManagedDataTypeConverter{ public virtual bool AllowExpand { get { return false; } } ////// /// Returns the managed type that this editor maps the property type to. /// public abstract Type ManagedType{ get; } ////// /// Converts the native value into a managed value /// public abstract object ConvertNativeToManaged(object nativeValue, Com2PropertyDescriptor pd); ////// /// Converts the managed value into a native value /// public abstract object ConvertManagedToNative(object managedValue, Com2PropertyDescriptor pd, ref bool cancelSet); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.Runtime.Serialization.Formatters; using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel.Design; using System.Collections; using Microsoft.Win32; ////// /// This base class maps an ole defined data type (OLE_COLOR, IFont, etc.), /// /// internal abstract class Com2DataTypeToManagedDataTypeConverter{ public virtual bool AllowExpand { get { return false; } } ////// /// Returns the managed type that this editor maps the property type to. /// public abstract Type ManagedType{ get; } ////// /// Converts the native value into a managed value /// public abstract object ConvertNativeToManaged(object nativeValue, Com2PropertyDescriptor pd); ////// /// Converts the managed value into a native value /// public abstract object ConvertManagedToNative(object managedValue, Com2PropertyDescriptor pd, ref bool cancelSet); } } // 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
- PolyLineSegmentFigureLogic.cs
- SecurityPolicySection.cs
- CustomLineCap.cs
- Roles.cs
- XPathParser.cs
- StorageConditionPropertyMapping.cs
- DateTimeFormat.cs
- TaiwanLunisolarCalendar.cs
- XmlIncludeAttribute.cs
- DynamicPropertyReader.cs
- LazyTextWriterCreator.cs
- DataListComponentEditor.cs
- Vector3DKeyFrameCollection.cs
- ComponentSerializationService.cs
- IsolatedStorageException.cs
- CancelEventArgs.cs
- OfTypeExpression.cs
- Table.cs
- CompoundFileStorageReference.cs
- BuildProviderAppliesToAttribute.cs
- CallContext.cs
- BoundColumn.cs
- Ref.cs
- SmtpReplyReaderFactory.cs
- DetailsViewUpdateEventArgs.cs
- GridLengthConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SharedPersonalizationStateInfo.cs
- Vector3DAnimation.cs
- LateBoundBitmapDecoder.cs
- HeaderedItemsControl.cs
- PersonalizationStateInfo.cs
- ToolStripDropTargetManager.cs
- RestClientProxyHandler.cs
- StatusBarAutomationPeer.cs
- ReturnValue.cs
- ProjectedSlot.cs
- ChangeNode.cs
- CommandBindingCollection.cs
- StrongNameIdentityPermission.cs
- TextSegment.cs
- ModelTreeEnumerator.cs
- FormViewInsertedEventArgs.cs
- SignerInfo.cs
- MouseGestureConverter.cs
- WorkItem.cs
- ConfigXmlWhitespace.cs
- Serializer.cs
- MailMessage.cs
- SmiMetaData.cs
- HybridDictionary.cs
- AxHost.cs
- ExceptionTrace.cs
- FixUpCollection.cs
- DesignTimeHTMLTextWriter.cs
- StrokeCollectionDefaultValueFactory.cs
- PageThemeParser.cs
- PersistChildrenAttribute.cs
- mediapermission.cs
- XPathNavigatorReader.cs
- HtmlGenericControl.cs
- OutputCacheSettingsSection.cs
- XMLUtil.cs
- MatrixUtil.cs
- EditorZone.cs
- Funcletizer.cs
- MulticastNotSupportedException.cs
- PassportAuthenticationModule.cs
- oledbmetadatacolumnnames.cs
- PrintPreviewDialog.cs
- SerializationSectionGroup.cs
- PrivilegeNotHeldException.cs
- TargetException.cs
- DependencyPropertyKey.cs
- SoapFaultCodes.cs
- ScriptManager.cs
- EpmContentDeSerializerBase.cs
- SessionIDManager.cs
- CopyCodeAction.cs
- mactripleDES.cs
- Membership.cs
- ApplicationServicesHostFactory.cs
- PropVariant.cs
- ScriptComponentDescriptor.cs
- XmlWriterTraceListener.cs
- ConnectionStringSettingsCollection.cs
- SqlError.cs
- MembershipSection.cs
- ToolStripArrowRenderEventArgs.cs
- shaperfactoryquerycacheentry.cs
- Semaphore.cs
- SHA384Managed.cs
- StrokeCollectionConverter.cs
- UriExt.cs
- EditingCoordinator.cs
- ObjectPropertyMapping.cs
- oledbmetadatacolumnnames.cs
- DataViewSetting.cs
- SafeFileMapViewHandle.cs
- LayeredChannelFactory.cs