Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaInclude.cs / 1 / 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. //------------------------------------------------------------------------------ // // 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
- MarshalByRefObject.cs
- UnrecognizedAssertionsBindingElement.cs
- OperandQuery.cs
- LinqDataSourceUpdateEventArgs.cs
- SuppressIldasmAttribute.cs
- CodeGenHelper.cs
- WebRequestModuleElement.cs
- SmtpClient.cs
- IntegerFacetDescriptionElement.cs
- DataGridViewRowHeaderCell.cs
- TextTabProperties.cs
- __Filters.cs
- BitmapPalettes.cs
- DesignerTransaction.cs
- MarkerProperties.cs
- GeometryModel3D.cs
- SmiSettersStream.cs
- Decorator.cs
- PauseStoryboard.cs
- WorkflowRuntimeElement.cs
- MatrixTransform3D.cs
- ThreadSafeList.cs
- PageParserFilter.cs
- _FixedSizeReader.cs
- OutputCacheSettings.cs
- WebPartDisplayMode.cs
- FontInfo.cs
- SystemDiagnosticsSection.cs
- FormatVersion.cs
- XmlNodeChangedEventManager.cs
- PenLineCapValidation.cs
- XmlUtil.cs
- HttpModuleAction.cs
- EntityCommandExecutionException.cs
- DnsCache.cs
- ApplicationFileCodeDomTreeGenerator.cs
- IdentityReference.cs
- TraceLevelHelper.cs
- GeneralTransformCollection.cs
- GeneralTransform3DGroup.cs
- PeerCollaboration.cs
- SQLMoney.cs
- TransformDescriptor.cs
- IndexedWhereQueryOperator.cs
- ConnectivityStatus.cs
- ServiceBuildProvider.cs
- FieldDescriptor.cs
- WindowsListViewSubItem.cs
- PersonalizationStateInfo.cs
- FontEmbeddingManager.cs
- BoolExpr.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Dictionary.cs
- ClrPerspective.cs
- PropertyOrder.cs
- MenuItemCollectionEditorDialog.cs
- XappLauncher.cs
- ComPlusContractBehavior.cs
- ListViewInsertedEventArgs.cs
- FilterEventArgs.cs
- DefaultBindingPropertyAttribute.cs
- WinEventWrap.cs
- SystemIcmpV6Statistics.cs
- XmlValueConverter.cs
- QueueSurrogate.cs
- FormsIdentity.cs
- TrackingWorkflowEventArgs.cs
- BlurBitmapEffect.cs
- TrackingServices.cs
- Solver.cs
- FileDialog_Vista_Interop.cs
- FixedDocumentSequencePaginator.cs
- ValidatingReaderNodeData.cs
- SelectionHighlightInfo.cs
- CalendarTable.cs
- CodeSnippetCompileUnit.cs
- Section.cs
- RuleElement.cs
- ExpressionServices.cs
- XmlSchemaInfo.cs
- WeakRefEnumerator.cs
- Menu.cs
- ConfigViewGenerator.cs
- RequestQueue.cs
- AnimatedTypeHelpers.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ClientCultureInfo.cs
- CompositeScriptReference.cs
- XmlSiteMapProvider.cs
- DataGridViewCheckBoxCell.cs
- TemplatePartAttribute.cs
- LoginName.cs
- ListViewSelectEventArgs.cs
- StringPropertyBuilder.cs
- LineInfo.cs
- LoaderAllocator.cs
- DetailsViewCommandEventArgs.cs
- UshortList2.cs
- FileSecurity.cs
- Number.cs