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
- RenderingBiasValidation.cs
- SignerInfo.cs
- SatelliteContractVersionAttribute.cs
- XmlUtf8RawTextWriter.cs
- ResourcesChangeInfo.cs
- NavigatorOutput.cs
- DetailsViewUpdateEventArgs.cs
- IHttpResponseInternal.cs
- EncryptedKey.cs
- Query.cs
- MsmqIntegrationInputMessage.cs
- EndOfStreamException.cs
- TabControlAutomationPeer.cs
- PageAsyncTask.cs
- Helper.cs
- SortDescriptionCollection.cs
- OdbcParameter.cs
- PerformanceCounterPermissionAttribute.cs
- NextPreviousPagerField.cs
- ListItemCollection.cs
- SafeArrayRankMismatchException.cs
- HwndHostAutomationPeer.cs
- FixedSOMFixedBlock.cs
- ISFTagAndGuidCache.cs
- XamlSerializer.cs
- SafeUserTokenHandle.cs
- BindingCollectionElement.cs
- LinqDataSourceContextEventArgs.cs
- MatrixAnimationBase.cs
- ProfileParameter.cs
- DeploymentSection.cs
- OutputCacheProfileCollection.cs
- PopOutPanel.cs
- DbConnectionPoolCounters.cs
- DataGridRow.cs
- PreservationFileReader.cs
- ScrollProperties.cs
- EllipseGeometry.cs
- RequiredAttributeAttribute.cs
- FontFamily.cs
- DataGridColumnHeaderCollection.cs
- FlowDocumentPageViewerAutomationPeer.cs
- GPPOINTF.cs
- ToolStripHighContrastRenderer.cs
- SQLBytes.cs
- TaskHelper.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- Item.cs
- ChameleonKey.cs
- ContextDataSourceView.cs
- CodeMemberField.cs
- DeviceOverridableAttribute.cs
- WorkflowMarkupSerializationException.cs
- HwndSourceKeyboardInputSite.cs
- PathTooLongException.cs
- Button.cs
- EntityParameter.cs
- BevelBitmapEffect.cs
- CallContext.cs
- TextEvent.cs
- Stopwatch.cs
- DescendentsWalkerBase.cs
- DecimalAnimation.cs
- RC2CryptoServiceProvider.cs
- ImportCatalogPart.cs
- InstanceNotReadyException.cs
- SymbolType.cs
- MeasurementDCInfo.cs
- Win32.cs
- BitmapMetadata.cs
- ScopeElementCollection.cs
- ValidationRuleCollection.cs
- DynamicActivityTypeDescriptor.cs
- ParameterSubsegment.cs
- Transform3DGroup.cs
- EventProvider.cs
- MaskedTextBoxTextEditorDropDown.cs
- ChineseLunisolarCalendar.cs
- BinaryObjectWriter.cs
- OptionUsage.cs
- ColumnMapCopier.cs
- RtfToken.cs
- ServerValidateEventArgs.cs
- ServiceDefaults.cs
- TextFragmentEngine.cs
- SyntaxCheck.cs
- __ConsoleStream.cs
- TextTreeObjectNode.cs
- keycontainerpermission.cs
- TableLayoutSettings.cs
- Utility.cs
- NotifyInputEventArgs.cs
- TaskFormBase.cs
- RouteParser.cs
- AddToCollection.cs
- TableRowCollection.cs
- PeerUnsafeNativeCryptMethods.cs
- ReflectionHelper.cs
- XmlName.cs
- UIElementCollection.cs