Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Markup / UidPropertyAttribute.cs / 1 / UidPropertyAttribute.cs
//---------------------------------------------------------------------------- // // File: UidPropertyAttribute.cs // // Description: // This attribute is placed on a class to identify it as the place to set // the value of the x:Uid attribute from the XML markup file. // // Example: // [UidProperty("Uid")] // public class ExampleFrameworkElement // // Means that when the parser sees: // //// // The parser will set the "Uid" property with the value "efe1". // // // Copyright (C) by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { /// /// An attribute that specifies which property the xml:lang value should /// be directed to. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] public sealed class UidPropertyAttribute : Attribute { ////// Creates a new UidPropertyAttribute with the given string /// as the property name. /// public UidPropertyAttribute(string name) { _name = name; } ////// The name of the property that is designated to accept the x:Uid value /// public string Name { get { return _name; } } // The name of the property that is designated to accept the x:Uid value private string _name = null; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: UidPropertyAttribute.cs // // Description: // This attribute is placed on a class to identify it as the place to set // the value of the x:Uid attribute from the XML markup file. // // Example: // [UidProperty("Uid")] // public class ExampleFrameworkElement // // Means that when the parser sees: // //// // The parser will set the "Uid" property with the value "efe1". // // // Copyright (C) by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { /// /// An attribute that specifies which property the xml:lang value should /// be directed to. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] public sealed class UidPropertyAttribute : Attribute { ////// Creates a new UidPropertyAttribute with the given string /// as the property name. /// public UidPropertyAttribute(string name) { _name = name; } ////// The name of the property that is designated to accept the x:Uid value /// public string Name { get { return _name; } } // The name of the property that is designated to accept the x:Uid value private string _name = null; } } // 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
- OutputScopeManager.cs
- WinHttpWebProxyFinder.cs
- SqlBooleanizer.cs
- EntityDataSourceContainerNameConverter.cs
- CheckBox.cs
- UrlParameterWriter.cs
- TextSerializer.cs
- TemplateBuilder.cs
- IndentedWriter.cs
- Codec.cs
- versioninfo.cs
- ComplexLine.cs
- EntityDataSourceQueryBuilder.cs
- WorkflowRuntime.cs
- PolyLineSegment.cs
- graph.cs
- ProxyDataContractResolver.cs
- SqlAliasesReferenced.cs
- InnerItemCollectionView.cs
- printdlgexmarshaler.cs
- SqlCacheDependencyDatabaseCollection.cs
- TableHeaderCell.cs
- DataErrorValidationRule.cs
- CryptoHandle.cs
- ToolStripItemEventArgs.cs
- X509SecurityToken.cs
- TrackBar.cs
- ModelUIElement3D.cs
- DrawingContextDrawingContextWalker.cs
- IssuedTokenClientCredential.cs
- StackBuilderSink.cs
- SocketSettings.cs
- NavigationWindow.cs
- RegexCode.cs
- SByteConverter.cs
- MessageBodyDescription.cs
- SmtpTransport.cs
- WizardForm.cs
- EditCommandColumn.cs
- BaseCodePageEncoding.cs
- InstanceDataCollection.cs
- ObjectStateManager.cs
- ManipulationCompletedEventArgs.cs
- NumberFunctions.cs
- MonitoringDescriptionAttribute.cs
- InvalidProgramException.cs
- WorkflowRuntimeServiceElement.cs
- SmiContextFactory.cs
- BinaryObjectReader.cs
- EncryptedXml.cs
- Parameter.cs
- FontSource.cs
- SqlCrossApplyToCrossJoin.cs
- _ListenerResponseStream.cs
- GridEntryCollection.cs
- followingsibling.cs
- XhtmlBasicCalendarAdapter.cs
- Brush.cs
- altserialization.cs
- _LocalDataStoreMgr.cs
- AnonymousIdentificationModule.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- DiscreteKeyFrames.cs
- ConfigXmlElement.cs
- DataSvcMapFileSerializer.cs
- ToolStripRenderEventArgs.cs
- AdornerPresentationContext.cs
- WindowsUpDown.cs
- ISAPIWorkerRequest.cs
- SqlUnionizer.cs
- MatrixCamera.cs
- CodeGroup.cs
- ConnectionManagementElement.cs
- ToolStripCollectionEditor.cs
- ProfileServiceManager.cs
- SoapIgnoreAttribute.cs
- TransformerInfo.cs
- DataList.cs
- DesignTimeTemplateParser.cs
- DefaultClaimSet.cs
- TextServicesContext.cs
- ActivityDesignerResources.cs
- COM2ColorConverter.cs
- ConnectionManagementSection.cs
- SafeNativeMethods.cs
- filewebresponse.cs
- HttpCachePolicyWrapper.cs
- SmtpNtlmAuthenticationModule.cs
- ExpressionPrefixAttribute.cs
- MimeBasePart.cs
- XmlDataCollection.cs
- Context.cs
- DrawingGroupDrawingContext.cs
- ProcessModule.cs
- InternalConfigRoot.cs
- XsdDuration.cs
- KeyNotFoundException.cs
- ModelItemImpl.cs
- figurelength.cs
- RuntimeConfig.cs