Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / MobileSysDescriptionAttribute.cs / 1305376 / MobileSysDescriptionAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.ComponentModel; namespace System.Web.UI.MobileControls { ////// DescriptionAttribute marks a property, event, or extender with a /// description. Visual designers can display this description when referencing /// the member. /// [AttributeUsage(AttributeTargets.All)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class MobileSysDescriptionAttribute : DescriptionAttribute { private bool replaced; ////// internal MobileSysDescriptionAttribute(String description) : base(description) { } ///Constructs a new sys description. ////// public override String Description { get { if (!replaced) { replaced = true; DescriptionValue = SR.GetString(base.Description); } return base.Description; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Retrieves the description text. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MetaTableHelper.cs
- TakeOrSkipWhileQueryOperator.cs
- InvalidContentTypeException.cs
- TransformPattern.cs
- FrameworkContentElement.cs
- GreaterThanOrEqual.cs
- ExpressionCopier.cs
- DataSpaceManager.cs
- UnsafeNativeMethods.cs
- Simplifier.cs
- sqlstateclientmanager.cs
- ObjectQueryState.cs
- OleStrCAMarshaler.cs
- NavigateUrlConverter.cs
- SqlGatherConsumedAliases.cs
- BindingCollection.cs
- Icon.cs
- ListDictionary.cs
- GeneralTransform3DTo2DTo3D.cs
- IIS7WorkerRequest.cs
- RepeatBehavior.cs
- ApplicationDirectory.cs
- ThrowHelper.cs
- WSTrust.cs
- XmlSchemaType.cs
- dbdatarecord.cs
- DataDocumentXPathNavigator.cs
- ThemeDictionaryExtension.cs
- InstanceLockedException.cs
- SqlPersonalizationProvider.cs
- InvokeBase.cs
- DbTypeMap.cs
- EndpointInfoCollection.cs
- PathFigure.cs
- StrokeNode.cs
- SecurityHelper.cs
- DBCommandBuilder.cs
- FlowDocument.cs
- ToolStripCodeDomSerializer.cs
- SignatureResourceHelper.cs
- GenericWebPart.cs
- GorillaCodec.cs
- TextParaClient.cs
- SizeValueSerializer.cs
- WpfPayload.cs
- DefaultPropertyAttribute.cs
- XamlDesignerSerializationManager.cs
- IncrementalCompileAnalyzer.cs
- TcpStreams.cs
- InlineCollection.cs
- ApplicationId.cs
- FileSecurity.cs
- Size3DValueSerializer.cs
- PackageStore.cs
- FontDriver.cs
- RegexStringValidator.cs
- Compiler.cs
- XmlDataLoader.cs
- FormatterServices.cs
- DataGridViewUtilities.cs
- DetailsViewRowCollection.cs
- SystemColors.cs
- DataGridViewSortCompareEventArgs.cs
- ChameleonKey.cs
- RecommendedAsConfigurableAttribute.cs
- MonitoringDescriptionAttribute.cs
- odbcmetadatacollectionnames.cs
- WebServiceTypeData.cs
- SqlGatherConsumedAliases.cs
- NotImplementedException.cs
- bidPrivateBase.cs
- CodeTypeParameterCollection.cs
- GetPageNumberCompletedEventArgs.cs
- MatchAllMessageFilter.cs
- SaveFileDialog.cs
- DateTimeHelper.cs
- Type.cs
- ClientSettingsStore.cs
- RequestCachePolicyConverter.cs
- SkipStoryboardToFill.cs
- TextComposition.cs
- TargetInvocationException.cs
- ColumnHeaderConverter.cs
- AQNBuilder.cs
- IsolatedStorageFilePermission.cs
- BitmapImage.cs
- AuthenticatedStream.cs
- CultureTable.cs
- ThicknessAnimationBase.cs
- IsolatedStorageFile.cs
- _LocalDataStoreMgr.cs
- WindowsNonControl.cs
- CommentEmitter.cs
- StateManagedCollection.cs
- ColumnMapProcessor.cs
- UnsafeNativeMethods.cs
- HGlobalSafeHandle.cs
- UmAlQuraCalendar.cs
- PermissionSet.cs
- ControlBuilderAttribute.cs