Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UpdateProgress.cs
- ParameterElementCollection.cs
- PrintDocument.cs
- ConfigurationSection.cs
- ByValueEqualityComparer.cs
- LogRestartAreaEnumerator.cs
- RuntimeConfigLKG.cs
- SQLConvert.cs
- XPathNode.cs
- LineMetrics.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- XsltInput.cs
- ImageListUtils.cs
- ChildTable.cs
- CatchBlock.cs
- SiteMapNode.cs
- DatatypeImplementation.cs
- RegistrySecurity.cs
- MappingItemCollection.cs
- ParserHooks.cs
- GroupStyle.cs
- PropertyTabAttribute.cs
- BitVec.cs
- DataGridViewCheckBoxColumn.cs
- EventLog.cs
- BindingContext.cs
- Constants.cs
- Normalization.cs
- ReaderWriterLockWrapper.cs
- SqlDataSourceFilteringEventArgs.cs
- SafeNativeMethods.cs
- CustomAttributeSerializer.cs
- DashStyle.cs
- HierarchicalDataBoundControl.cs
- CustomPeerResolverService.cs
- ReachDocumentReferenceCollectionSerializer.cs
- StringDictionary.cs
- sqlpipe.cs
- DataServiceRequestException.cs
- GenericUI.cs
- StrokeNode.cs
- ValidationSummary.cs
- PersonalizationProviderCollection.cs
- ReadOnlyDictionary.cs
- graph.cs
- PageTheme.cs
- HttpCookie.cs
- DesignerHelpers.cs
- SpStreamWrapper.cs
- RelativeSource.cs
- StubHelpers.cs
- XmlSchemaParticle.cs
- DisposableCollectionWrapper.cs
- DocumentAutomationPeer.cs
- OperandQuery.cs
- StorageModelBuildProvider.cs
- OracleConnectionString.cs
- PropertyStore.cs
- COSERVERINFO.cs
- MD5.cs
- ExclusiveTcpTransportManager.cs
- SHA512CryptoServiceProvider.cs
- designeractionlistschangedeventargs.cs
- XmlReflectionImporter.cs
- PageStatePersister.cs
- FixedLineResult.cs
- MultiplexingDispatchMessageFormatter.cs
- ProcessManager.cs
- Filter.cs
- SerializationException.cs
- SecureStringHasher.cs
- LinkedList.cs
- ContextStaticAttribute.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- SecureConversationDriver.cs
- SchemaImporterExtension.cs
- OnOperation.cs
- Point.cs
- Label.cs
- SendingRequestEventArgs.cs
- TemplateComponentConnector.cs
- ValidateNames.cs
- WmiEventSink.cs
- DesignerOptionService.cs
- ArraySortHelper.cs
- FontStretches.cs
- pingexception.cs
- SelectionProviderWrapper.cs
- ScriptingSectionGroup.cs
- TaiwanLunisolarCalendar.cs
- LoginDesignerUtil.cs
- CodeDelegateInvokeExpression.cs
- DataGridViewColumnCollectionDialog.cs
- CompiledQueryCacheEntry.cs
- EdmComplexPropertyAttribute.cs
- CollectionBase.cs
- DataGridViewHitTestInfo.cs
- HttpFileCollection.cs
- LabelDesigner.cs
- WorkflowRuntimeBehavior.cs