Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaInclude.cs / 1305376 / XmlSchemaInclude.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaInclude : XmlSchemaExternal { XmlSchemaAnnotation annotation; ///[To be supplied.] ///public XmlSchemaInclude() { Compositor = Compositor.Include; } /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // 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
- FontSource.cs
- XmlCDATASection.cs
- SqlInternalConnectionSmi.cs
- GeometryGroup.cs
- ButtonBase.cs
- ExtendedPropertyDescriptor.cs
- BaseContextMenu.cs
- PropertyExpression.cs
- _AutoWebProxyScriptEngine.cs
- WindowsAuthenticationModule.cs
- RegexWorker.cs
- AdvancedBindingPropertyDescriptor.cs
- BufferedStream.cs
- SettingsAttributeDictionary.cs
- EntityClientCacheKey.cs
- FontWeight.cs
- SQLSingleStorage.cs
- AddressingProperty.cs
- ActivityWithResultConverter.cs
- Point3DAnimationBase.cs
- BuildResult.cs
- UnsafeNativeMethods.cs
- HttpCacheVaryByContentEncodings.cs
- ProcessModuleCollection.cs
- ZipIOModeEnforcingStream.cs
- XmlSchemaComplexType.cs
- Native.cs
- SymbolEqualComparer.cs
- SortedList.cs
- Table.cs
- StyleHelper.cs
- TimeSpanOrInfiniteValidator.cs
- DataBindingCollection.cs
- UserControlCodeDomTreeGenerator.cs
- JsonByteArrayDataContract.cs
- GeneralTransform3D.cs
- PrincipalPermission.cs
- DesignerHelpers.cs
- XmlDictionaryString.cs
- RadioButtonRenderer.cs
- QueryTreeBuilder.cs
- AnnotationResource.cs
- EntityDesignerUtils.cs
- ModuleElement.cs
- FlowLayoutPanelDesigner.cs
- EtwTrace.cs
- SoapFormatterSinks.cs
- AttachmentService.cs
- Internal.cs
- SignedInfo.cs
- EntityModelSchemaGenerator.cs
- EntryIndex.cs
- VirtualDirectoryMapping.cs
- PolyLineSegmentFigureLogic.cs
- ImageField.cs
- SiteMapNodeItem.cs
- XmlUtilWriter.cs
- Button.cs
- DesignerSerializerAttribute.cs
- DrawingVisual.cs
- ScriptHandlerFactory.cs
- LockedHandleGlyph.cs
- FileDialogPermission.cs
- AsymmetricAlgorithm.cs
- Range.cs
- SQlBooleanStorage.cs
- SqlCommandBuilder.cs
- HttpConfigurationSystem.cs
- LocalFileSettingsProvider.cs
- SqlRowUpdatedEvent.cs
- SearchForVirtualItemEventArgs.cs
- Border.cs
- ChannelPool.cs
- BaseResourcesBuildProvider.cs
- WindowsTokenRoleProvider.cs
- WebPartCatalogCloseVerb.cs
- NominalTypeEliminator.cs
- TableCellAutomationPeer.cs
- ItemCollection.cs
- EncryptedPackage.cs
- PipeStream.cs
- CategoryState.cs
- DESCryptoServiceProvider.cs
- NonSerializedAttribute.cs
- ActiveXSite.cs
- XXXInfos.cs
- CancelRequestedQuery.cs
- SingleKeyFrameCollection.cs
- SoapElementAttribute.cs
- MediaPlayerState.cs
- EnumCodeDomSerializer.cs
- DataObjectFieldAttribute.cs
- LinkButton.cs
- QueryCursorEventArgs.cs
- OrderPreservingPipeliningSpoolingTask.cs
- XmlCountingReader.cs
- XmlStreamStore.cs
- ErrorTolerantObjectWriter.cs
- printdlgexmarshaler.cs
- ListViewTableCell.cs