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
- ImageListStreamer.cs
- FileStream.cs
- MouseOverProperty.cs
- PixelShader.cs
- CopyNamespacesAction.cs
- SqlBooleanMismatchVisitor.cs
- DataGridTextBoxColumn.cs
- ConfigurationFileMap.cs
- DirectoryNotFoundException.cs
- EditorZoneBase.cs
- PeerNameRecordCollection.cs
- SerializationBinder.cs
- AccessDataSource.cs
- MimeTypePropertyAttribute.cs
- ValidatingReaderNodeData.cs
- WebPartsSection.cs
- HTMLTextWriter.cs
- CodeAttributeDeclarationCollection.cs
- StructuralCache.cs
- WindowsListViewItemCheckBox.cs
- CookieParameter.cs
- LayoutEditorPart.cs
- ConfigLoader.cs
- ObjectViewFactory.cs
- GridViewUpdatedEventArgs.cs
- AsymmetricAlgorithm.cs
- ImplicitInputBrush.cs
- ValidationPropertyAttribute.cs
- UInt64Storage.cs
- ExpressionContext.cs
- GeneralTransform2DTo3D.cs
- SettingsAttributeDictionary.cs
- XmlSignificantWhitespace.cs
- DictionarySectionHandler.cs
- FlowDocumentPageViewerAutomationPeer.cs
- Pkcs7Recipient.cs
- PathSegment.cs
- PointValueSerializer.cs
- DragDrop.cs
- SoapCodeExporter.cs
- Size3DValueSerializer.cs
- SoapClientMessage.cs
- SByteConverter.cs
- EntityKey.cs
- RepeaterItemEventArgs.cs
- IPAddress.cs
- ObjectDataSourceView.cs
- DLinqDataModelProvider.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- StringValidatorAttribute.cs
- PrimaryKeyTypeConverter.cs
- ContextMarshalException.cs
- WeakHashtable.cs
- DesignTimeXamlWriter.cs
- HierarchicalDataSourceControl.cs
- XmlDocumentType.cs
- PersonalizationEntry.cs
- DataGridViewSortCompareEventArgs.cs
- WebPartConnection.cs
- ExitEventArgs.cs
- FileUtil.cs
- XmlWrappingWriter.cs
- SerialPort.cs
- DispatcherHooks.cs
- ContextMenuAutomationPeer.cs
- TreeIterator.cs
- LoadWorkflowByInstanceKeyCommand.cs
- DesignerVerbCollection.cs
- DocumentGridPage.cs
- MinMaxParagraphWidth.cs
- FacetChecker.cs
- ExeContext.cs
- AnimationClockResource.cs
- StyleSheetRefUrlEditor.cs
- SettingsPropertyValue.cs
- TextAction.cs
- KnownTypeHelper.cs
- HwndProxyElementProvider.cs
- IndexOutOfRangeException.cs
- PlanCompilerUtil.cs
- PropertyGridView.cs
- DesignerMetadata.cs
- GeometryDrawing.cs
- TextRangeEditLists.cs
- AdapterDictionary.cs
- DateTimeSerializationSection.cs
- IndicFontClient.cs
- DesignTimeTemplateParser.cs
- VisualCollection.cs
- SafeCryptoHandles.cs
- SystemSounds.cs
- WorkflowServiceAttributes.cs
- CopyOfAction.cs
- SmtpAuthenticationManager.cs
- KeyInterop.cs
- GregorianCalendar.cs
- QuaternionConverter.cs
- StaticTextPointer.cs
- FlowDocumentReader.cs
- XamlFilter.cs