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;
///
///
/// [To be supplied.]
///
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.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AssociationProvider.cs
- HeaderCollection.cs
- Type.cs
- TextTreeTextElementNode.cs
- DateTimeFormatInfoScanner.cs
- Animatable.cs
- ZipFileInfo.cs
- PassportAuthentication.cs
- IsolatedStorageException.cs
- BrowserTree.cs
- BindingManagerDataErrorEventArgs.cs
- TableRowGroup.cs
- SystemPens.cs
- TextServicesCompartment.cs
- TemplateKeyConverter.cs
- SqlWebEventProvider.cs
- RSAOAEPKeyExchangeFormatter.cs
- OleAutBinder.cs
- MULTI_QI.cs
- AppliedDeviceFiltersEditor.cs
- DispatcherEventArgs.cs
- Mapping.cs
- GraphicsContext.cs
- BuildProvider.cs
- TabPage.cs
- ItemCheckedEvent.cs
- RectangleGeometry.cs
- StreamMarshaler.cs
- TraceSource.cs
- DragStartedEventArgs.cs
- XmlWriterSettings.cs
- SingleObjectCollection.cs
- ContextBase.cs
- InputReport.cs
- TraceHandler.cs
- Converter.cs
- StringAnimationBase.cs
- SqlBinder.cs
- XPathDocument.cs
- MailHeaderInfo.cs
- QilXmlReader.cs
- serverconfig.cs
- PriorityQueue.cs
- OleDbSchemaGuid.cs
- HtmlGenericControl.cs
- DataControlImageButton.cs
- NativeDirectoryServicesQueryAPIs.cs
- SafeThreadHandle.cs
- DataKeyArray.cs
- SerTrace.cs
- ObjRef.cs
- ResourceIDHelper.cs
- EntitySqlQueryCacheEntry.cs
- DecimalSumAggregationOperator.cs
- WrappedKeySecurityToken.cs
- ProfileSettings.cs
- ParameterCollection.cs
- ClientScriptManager.cs
- BindingOperations.cs
- ToolStripSettings.cs
- CheckBoxField.cs
- RequestCacheManager.cs
- Page.cs
- ProcessModelInfo.cs
- EntityViewGenerator.cs
- CurrencyManager.cs
- AliasExpr.cs
- ValidationManager.cs
- WrapPanel.cs
- IOException.cs
- SecurityState.cs
- CqlLexer.cs
- GZipStream.cs
- SemanticAnalyzer.cs
- DropTarget.cs
- EFDataModelProvider.cs
- Profiler.cs
- WindowCollection.cs
- DetailsViewInsertEventArgs.cs
- HotCommands.cs
- DiscoveryClientDocuments.cs
- InvokeMemberBinder.cs
- CompensateDesigner.cs
- Serializer.cs
- EdmValidator.cs
- SqlClientFactory.cs
- Timeline.cs
- ToolStripGripRenderEventArgs.cs
- ContractMapping.cs
- XomlCompiler.cs
- ArgumentException.cs
- TempFiles.cs
- RectangleF.cs
- InfocardExtendedInformationEntry.cs
- HtmlFormParameterWriter.cs
- PathFigureCollection.cs
- CallbackHandler.cs
- WorkflowStateRollbackService.cs
- MultiplexingDispatchMessageFormatter.cs
- ChannelDispatcher.cs