Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAppInfo.cs / 1 / XmlSchemaAppInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAppInfo : XmlSchemaObject { string source; XmlNode[] markup; ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAppInfo : XmlSchemaObject { string source; XmlNode[] markup; ///[To be supplied.] ////// /// [XmlAttribute("source", DataType="anyURI")] public string Source { get { return source; } set { source = value; } } ///[To be supplied.] ////// /// [XmlText(), XmlAnyElement] public XmlNode[] Markup { get { return markup; } set { markup = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PointAnimationClockResource.cs
- PropertyValue.cs
- Label.cs
- StringValidator.cs
- CompiledQueryCacheEntry.cs
- ScriptingProfileServiceSection.cs
- TextEditorLists.cs
- CompoundFileIOPermission.cs
- Exceptions.cs
- AuthenticationSection.cs
- ModelVisual3D.cs
- GeometryModel3D.cs
- LocalizabilityAttribute.cs
- PasswordBoxAutomationPeer.cs
- BinaryWriter.cs
- _AutoWebProxyScriptHelper.cs
- GridSplitter.cs
- PropertyGeneratedEventArgs.cs
- AspProxy.cs
- JsonFormatGeneratorStatics.cs
- TraceListener.cs
- ConsumerConnectionPoint.cs
- ObjectHelper.cs
- ToolStripProgressBar.cs
- Publisher.cs
- ForceCopyBuildProvider.cs
- AnnotationHighlightLayer.cs
- ServerTooBusyException.cs
- XmlSerializationReader.cs
- CultureInfo.cs
- BinaryMethodMessage.cs
- EntityException.cs
- PersonalizationProvider.cs
- VectorCollectionConverter.cs
- KeyboardDevice.cs
- RoleGroup.cs
- InfoCardTrace.cs
- PropertyGrid.cs
- ObjectSecurityT.cs
- TableSectionStyle.cs
- LinearGradientBrush.cs
- XmlSchemaRedefine.cs
- XmlSerializableWriter.cs
- EdmMember.cs
- WithParamAction.cs
- NativeMethods.cs
- LoginCancelEventArgs.cs
- GuidConverter.cs
- HostUtils.cs
- MultiBinding.cs
- XPathException.cs
- CompiledXpathExpr.cs
- OpCopier.cs
- invalidudtexception.cs
- WindowsListViewGroup.cs
- Ipv6Element.cs
- Int16Storage.cs
- TableSectionStyle.cs
- ZeroOpNode.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- RegexCompilationInfo.cs
- InternalSafeNativeMethods.cs
- StateChangeEvent.cs
- DescriptionAttribute.cs
- RSAPKCS1SignatureFormatter.cs
- FontInfo.cs
- AppSettingsExpressionBuilder.cs
- EntityKey.cs
- GlyphInfoList.cs
- TrackingProfileCache.cs
- ValidationSummaryDesigner.cs
- MD5.cs
- DuplicateDetector.cs
- GridView.cs
- TypeConstant.cs
- TabletDeviceInfo.cs
- UrlMappingsSection.cs
- DemultiplexingDispatchMessageFormatter.cs
- QueueAccessMode.cs
- DataListItemCollection.cs
- AliasedSlot.cs
- DataReceivedEventArgs.cs
- RelationshipEntry.cs
- XmlConvert.cs
- SettingsPropertyNotFoundException.cs
- DataControlButton.cs
- DeploymentSection.cs
- EventListener.cs
- TextProperties.cs
- ArithmeticLiteral.cs
- ProxyWebPartManager.cs
- SchemaObjectWriter.cs
- HandlerBase.cs
- ContentElement.cs
- SqlParameterizer.cs
- SecurityAttributeGenerationHelper.cs
- DependencyPropertyAttribute.cs
- Message.cs
- RoleGroupCollection.cs
- SafeSystemMetrics.cs