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
- URIFormatException.cs
- ImageButton.cs
- InProcStateClientManager.cs
- UnauthorizedAccessException.cs
- wmiprovider.cs
- safemediahandle.cs
- UserControlDocumentDesigner.cs
- HttpContext.cs
- AnnotationObservableCollection.cs
- ServicesExceptionNotHandledEventArgs.cs
- XPathNavigatorReader.cs
- EmptyStringExpandableObjectConverter.cs
- PrePrepareMethodAttribute.cs
- NameTable.cs
- DoubleAnimationUsingPath.cs
- DispatcherTimer.cs
- CreateRefExpr.cs
- ContactManager.cs
- BehaviorEditorPart.cs
- DockingAttribute.cs
- CompModSwitches.cs
- ComplexType.cs
- DataGridViewDataErrorEventArgs.cs
- TypeHelper.cs
- TreeNodeCollectionEditor.cs
- ApplicationManager.cs
- VerificationException.cs
- PropertyBuilder.cs
- GroupedContextMenuStrip.cs
- DirectoryRootQuery.cs
- NetSectionGroup.cs
- SettingsPropertyCollection.cs
- RtfControlWordInfo.cs
- GatewayIPAddressInformationCollection.cs
- EncodingDataItem.cs
- Italic.cs
- TypeBuilder.cs
- PolyLineSegment.cs
- ExecutionContext.cs
- WebPartCloseVerb.cs
- ArcSegment.cs
- BindingNavigatorDesigner.cs
- SimpleRecyclingCache.cs
- ValueSerializer.cs
- VectorKeyFrameCollection.cs
- _NetworkingPerfCounters.cs
- CodeGotoStatement.cs
- ShimAsPublicXamlType.cs
- PerformanceCounterLib.cs
- TemplateBamlTreeBuilder.cs
- SupportsEventValidationAttribute.cs
- DuplicateWaitObjectException.cs
- ServerIdentity.cs
- TargetException.cs
- XmlAttributeProperties.cs
- altserialization.cs
- SafeNativeMethods.cs
- SqlTriggerAttribute.cs
- AutoGeneratedField.cs
- TranslateTransform3D.cs
- HelloMessageCD1.cs
- RowVisual.cs
- FileDialogPermission.cs
- HtmlControlPersistable.cs
- WindowsIdentity.cs
- CompilerGlobalScopeAttribute.cs
- Point3DCollectionValueSerializer.cs
- CompositeScriptReferenceEventArgs.cs
- ResourceType.cs
- Shape.cs
- DbMetaDataColumnNames.cs
- ExpressionBuilderCollection.cs
- EntityContainer.cs
- HtmlInputImage.cs
- _SingleItemRequestCache.cs
- SimpleApplicationHost.cs
- WorkflowInlining.cs
- ToolStripButton.cs
- HtmlTableRow.cs
- FormViewUpdatedEventArgs.cs
- ContainerControl.cs
- Brush.cs
- ExpressionEvaluator.cs
- TypeExtensionConverter.cs
- WebBrowserPermission.cs
- Environment.cs
- QueryConverter.cs
- UpdateRecord.cs
- ProgressBarBrushConverter.cs
- ArraySegment.cs
- SqlBulkCopyColumnMappingCollection.cs
- WebPartVerbsEventArgs.cs
- LinqDataSourceStatusEventArgs.cs
- XmlTextReader.cs
- ArrangedElementCollection.cs
- MissingManifestResourceException.cs
- DispatchWrapper.cs
- _UriTypeConverter.cs
- DBAsyncResult.cs
- IDictionary.cs