Code:
/ 4.0 / 4.0 / 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. ///// 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
- HandlerBase.cs
- SqlRowUpdatingEvent.cs
- CompensationDesigner.cs
- DataControlFieldCell.cs
- Transform3D.cs
- EmulateRecognizeCompletedEventArgs.cs
- IndexedSelectQueryOperator.cs
- safemediahandle.cs
- SHA512Cng.cs
- SystemFonts.cs
- GroupBoxRenderer.cs
- CapabilitiesUse.cs
- AvTraceDetails.cs
- ContentPlaceHolder.cs
- WebEncodingValidator.cs
- List.cs
- BitVector32.cs
- DBCommandBuilder.cs
- XmlWriterSettings.cs
- XmlHierarchyData.cs
- Instrumentation.cs
- ReadOnlyDataSourceView.cs
- Validator.cs
- SocketInformation.cs
- GenericEnumerator.cs
- InteropBitmapSource.cs
- Encoder.cs
- DateTimeEditor.cs
- Trace.cs
- ComponentDispatcherThread.cs
- ManagedWndProcTracker.cs
- SelectingProviderEventArgs.cs
- AbstractDataSvcMapFileLoader.cs
- TableRowCollection.cs
- SoapHttpTransportImporter.cs
- ServiceManager.cs
- QuaternionRotation3D.cs
- StatusBar.cs
- DataExpression.cs
- XmlSerializerVersionAttribute.cs
- WebPartsPersonalizationAuthorization.cs
- XAMLParseException.cs
- XPathArrayIterator.cs
- LogicalTreeHelper.cs
- ObjectViewListener.cs
- SmtpClient.cs
- ScrollPattern.cs
- DetailsViewDeleteEventArgs.cs
- DbProviderFactories.cs
- CalendarDay.cs
- EditingCommands.cs
- x509store.cs
- ContentIterators.cs
- SafeCryptContextHandle.cs
- XmlCharCheckingReader.cs
- UnitySerializationHolder.cs
- XmlTextReaderImplHelpers.cs
- UnmanagedMemoryStreamWrapper.cs
- XmlWrappingReader.cs
- GPStream.cs
- PasswordPropertyTextAttribute.cs
- OletxVolatileEnlistment.cs
- Metadata.cs
- HttpException.cs
- TypeLoadException.cs
- MetadataItem.cs
- StopStoryboard.cs
- AuthenticationSection.cs
- ExpressionValueEditor.cs
- DataGridColumnsPage.cs
- KoreanLunisolarCalendar.cs
- ContractTypeNameCollection.cs
- DocumentSchemaValidator.cs
- SystemInfo.cs
- ListBox.cs
- ControlCollection.cs
- DrawListViewSubItemEventArgs.cs
- Maps.cs
- ThemeConfigurationDialog.cs
- EncoderBestFitFallback.cs
- DynamicRendererThreadManager.cs
- DependencyPropertyConverter.cs
- FixedSOMGroup.cs
- ObjectSecurityT.cs
- ContentPathSegment.cs
- CheckoutException.cs
- OracleRowUpdatedEventArgs.cs
- HashSet.cs
- NativeCompoundFileAPIs.cs
- SettingsAttributes.cs
- GridSplitter.cs
- PermissionSet.cs
- TransformConverter.cs
- WorkflowRuntimeElement.cs
- ListBindingConverter.cs
- AQNBuilder.cs
- sitestring.cs
- BooleanConverter.cs
- FlowDocument.cs
- XmlSerializerFactory.cs