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
- ListControlConvertEventArgs.cs
- WorkflowMarkupElementEventArgs.cs
- SiteMapNodeCollection.cs
- Point4DConverter.cs
- KoreanCalendar.cs
- Environment.cs
- TreeNode.cs
- CaretElement.cs
- WindowsFormsSynchronizationContext.cs
- SelectionItemProviderWrapper.cs
- Rotation3DKeyFrameCollection.cs
- TypeNameConverter.cs
- BitmapSizeOptions.cs
- EmissiveMaterial.cs
- ValidateNames.cs
- Internal.cs
- Globals.cs
- MsmqIntegrationProcessProtocolHandler.cs
- InfoCardUIAgent.cs
- ImageAttributes.cs
- ProvidersHelper.cs
- WebRequestModuleElementCollection.cs
- PolicyChain.cs
- WmiPutTraceRecord.cs
- RMPermissions.cs
- XmlWhitespace.cs
- XPathAncestorQuery.cs
- DocumentGridPage.cs
- shaperfactoryquerycacheentry.cs
- RepeatInfo.cs
- SqlDataSourceFilteringEventArgs.cs
- Pair.cs
- DockPattern.cs
- ReflectTypeDescriptionProvider.cs
- TemplatePropertyEntry.cs
- DataListCommandEventArgs.cs
- SafePEFileHandle.cs
- HierarchicalDataSourceControl.cs
- AutomationElementIdentifiers.cs
- httpserverutility.cs
- DeclaredTypeValidator.cs
- HeaderElement.cs
- FileFormatException.cs
- FunctionMappingTranslator.cs
- TextFormatter.cs
- ContentElement.cs
- TdsParserHelperClasses.cs
- AppDomainProtocolHandler.cs
- Tool.cs
- WebPartConnectionsCloseVerb.cs
- ThrowHelper.cs
- ToolStripControlHost.cs
- ConnectionManagementSection.cs
- DbConnectionPoolGroupProviderInfo.cs
- FormsAuthenticationCredentials.cs
- HostedHttpTransportManager.cs
- IdentitySection.cs
- _SSPIWrapper.cs
- ModelItemKeyValuePair.cs
- WindowPattern.cs
- FragmentNavigationEventArgs.cs
- MenuStrip.cs
- ScrollItemProviderWrapper.cs
- AttributeSetAction.cs
- DesignerDataTable.cs
- FormClosingEvent.cs
- HtmlControlAdapter.cs
- DbProviderFactory.cs
- SafeNativeMethods.cs
- ComplexTypeEmitter.cs
- ApplicationTrust.cs
- DnsElement.cs
- OracleConnectionString.cs
- BaseAddressPrefixFilterElement.cs
- HtmlWindowCollection.cs
- UriParserTemplates.cs
- XmlSchemaSimpleType.cs
- XPathDocumentBuilder.cs
- StreamAsIStream.cs
- Attributes.cs
- SqlConnectionPoolProviderInfo.cs
- DynamicDiscoveryDocument.cs
- relpropertyhelper.cs
- WebEvents.cs
- SqlUserDefinedAggregateAttribute.cs
- AddInController.cs
- BookmarkList.cs
- GenerateTemporaryTargetAssembly.cs
- ToolboxComponentsCreatingEventArgs.cs
- EarlyBoundInfo.cs
- EditorZone.cs
- CounterCreationData.cs
- SQLStringStorage.cs
- LocationSectionRecord.cs
- DataBindingExpressionBuilder.cs
- XmlILStorageConverter.cs
- StyleBamlTreeBuilder.cs
- Translator.cs
- XmlNodeList.cs
- RulePatternOps.cs