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;
///
///
/// [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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SelectionManager.cs
- XmlSerializerFactory.cs
- LogicalExpr.cs
- RsaKeyGen.cs
- UIElementIsland.cs
- DescendentsWalker.cs
- PrivateFontCollection.cs
- IsolatedStorageFileStream.cs
- SqlBuilder.cs
- ObjectQuery.cs
- WizardPanelChangingEventArgs.cs
- BaseAppDomainProtocolHandler.cs
- KeyMatchBuilder.cs
- ScriptHandlerFactory.cs
- Console.cs
- DynamicRendererThreadManager.cs
- ContentValidator.cs
- BooleanStorage.cs
- TypefaceMetricsCache.cs
- XamlWrappingReader.cs
- ServiceOperationUIEditor.cs
- CompilerInfo.cs
- NetCodeGroup.cs
- DataGridViewComboBoxEditingControl.cs
- Simplifier.cs
- FormView.cs
- DataContractSerializerServiceBehavior.cs
- CommonRemoteMemoryBlock.cs
- UncommonField.cs
- ProfileServiceManager.cs
- RoleManagerEventArgs.cs
- DoubleCollection.cs
- UIAgentAsyncParams.cs
- SpecialNameAttribute.cs
- GeometryDrawing.cs
- SpecialNameAttribute.cs
- ValuePattern.cs
- ListViewItemMouseHoverEvent.cs
- DataGridToolTip.cs
- UrlMappingsSection.cs
- CompressEmulationStream.cs
- BitmapCacheBrush.cs
- ThemeInfoAttribute.cs
- PathFigureCollection.cs
- ReadOnlyAttribute.cs
- ApplicationSecurityManager.cs
- HMACSHA512.cs
- MarkupCompiler.cs
- PersonalizationProvider.cs
- HttpPostedFileWrapper.cs
- WebServiceData.cs
- RequestSecurityTokenResponse.cs
- IdentifierCollection.cs
- XsdBuildProvider.cs
- DrawTreeNodeEventArgs.cs
- BaseAddressElement.cs
- Vector3DCollectionConverter.cs
- RowToFieldTransformer.cs
- FieldNameLookup.cs
- CurrencyWrapper.cs
- OpenTypeLayout.cs
- AdPostCacheSubstitution.cs
- TransformerInfoCollection.cs
- ReachSerializationUtils.cs
- CommandConverter.cs
- ClosureBinding.cs
- TraceRecord.cs
- GlyphElement.cs
- DesignerForm.cs
- ApplicationProxyInternal.cs
- DynamicILGenerator.cs
- FamilyTypeface.cs
- TreeView.cs
- CharacterShapingProperties.cs
- ResolveNameEventArgs.cs
- BinaryObjectWriter.cs
- Encoder.cs
- DataControlLinkButton.cs
- ExpressionNode.cs
- LambdaCompiler.Lambda.cs
- WsdlInspector.cs
- TableItemPatternIdentifiers.cs
- ReaderContextStackData.cs
- HeaderUtility.cs
- HttpStreamMessageEncoderFactory.cs
- WebPartPersonalization.cs
- BaseAppDomainProtocolHandler.cs
- SecurityTraceRecordHelper.cs
- UnsafeNativeMethods.cs
- WebServiceParameterData.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- FieldAccessException.cs
- ObjectItemLoadingSessionData.cs
- ColorDialog.cs
- CallbackHandler.cs
- SingleTagSectionHandler.cs
- WindowsAuthenticationModule.cs
- CodeLabeledStatement.cs
- ConnectionPointGlyph.cs
- PolygonHotSpot.cs