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 / RootNamespaceAttribute.cs / 1 / RootNamespaceAttribute.cs
//---------------------------------------------------------------------------- // // File: RootNamespaceAttribute.cs // // Description: // RootNamespaceAttribute is an assembly level attribute is used to identify // the value of the RootNamespace property in a project file. // // Copyright (C) 2006 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { ////// An attribute that identifies the value of the RootNamespace property in a project file. /// [AttributeUsage(AttributeTargets.Assembly)] public sealed class RootNamespaceAttribute : Attribute { ////// Creates a new RootNamespaceAttribute that describes the value of the RootNamespace /// property in a project file. /// /// The root namespace value public RootNamespaceAttribute(string nameSpace) { _nameSpace = nameSpace; } ////// The root namespace value corresponding to the value of the RootNamespace property in a project file. /// public string Namespace { get { return _nameSpace; } } private string _nameSpace; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: RootNamespaceAttribute.cs // // Description: // RootNamespaceAttribute is an assembly level attribute is used to identify // the value of the RootNamespace property in a project file. // // Copyright (C) 2006 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Markup { ////// An attribute that identifies the value of the RootNamespace property in a project file. /// [AttributeUsage(AttributeTargets.Assembly)] public sealed class RootNamespaceAttribute : Attribute { ////// Creates a new RootNamespaceAttribute that describes the value of the RootNamespace /// property in a project file. /// /// The root namespace value public RootNamespaceAttribute(string nameSpace) { _nameSpace = nameSpace; } ////// The root namespace value corresponding to the value of the RootNamespace property in a project file. /// public string Namespace { get { return _nameSpace; } } private string _nameSpace; } } // 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
- RightsManagementEncryptionTransform.cs
- DbXmlEnabledProviderManifest.cs
- DataFormats.cs
- DBCommand.cs
- GroupStyle.cs
- ViewCellSlot.cs
- CodeTypeParameterCollection.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- GridViewRowCollection.cs
- FontSource.cs
- FileDetails.cs
- DataGridViewButtonCell.cs
- ChtmlPageAdapter.cs
- SerTrace.cs
- ResourcePermissionBaseEntry.cs
- ItemType.cs
- EntitySqlQueryCacheEntry.cs
- Vector3DAnimationBase.cs
- RegionData.cs
- DateTimeFormat.cs
- RoleService.cs
- TraversalRequest.cs
- SmtpReplyReaderFactory.cs
- ProjectionPath.cs
- PropertyManager.cs
- WeakHashtable.cs
- smtppermission.cs
- BamlWriter.cs
- OptimalBreakSession.cs
- StatusBar.cs
- RoutedEventValueSerializer.cs
- DataGridViewCellParsingEventArgs.cs
- FileIOPermission.cs
- ResourceDictionaryCollection.cs
- DataServiceQueryException.cs
- ChangeInterceptorAttribute.cs
- CompilationSection.cs
- Buffer.cs
- PrivilegedConfigurationManager.cs
- DependentList.cs
- StickyNoteHelper.cs
- ComAdminInterfaces.cs
- CrossContextChannel.cs
- HMACSHA384.cs
- Vector.cs
- RedBlackList.cs
- InfoCardKeyedHashAlgorithm.cs
- ClientScriptManager.cs
- HostVisual.cs
- RSAOAEPKeyExchangeDeformatter.cs
- EnumMemberAttribute.cs
- FixedHighlight.cs
- MasterPageBuildProvider.cs
- BitmapImage.cs
- XomlCompiler.cs
- ConnectionPoint.cs
- ClientRolePrincipal.cs
- CheckBoxAutomationPeer.cs
- HandledMouseEvent.cs
- GetPageNumberCompletedEventArgs.cs
- shaper.cs
- OrderByExpression.cs
- InvalidOleVariantTypeException.cs
- SecurityContextKeyIdentifierClause.cs
- BamlResourceContent.cs
- QuotedPrintableStream.cs
- SecurityStandardsManager.cs
- UntypedNullExpression.cs
- ArrayList.cs
- RegexCode.cs
- Privilege.cs
- PrintPageEvent.cs
- Transform.cs
- TableLayoutSettings.cs
- InvalidOleVariantTypeException.cs
- WinInetCache.cs
- NameNode.cs
- Events.cs
- Nullable.cs
- DrawingAttributeSerializer.cs
- initElementDictionary.cs
- ListControlConvertEventArgs.cs
- MouseGesture.cs
- WinInetCache.cs
- SoapServerMethod.cs
- DataGridTextColumn.cs
- SystemWebCachingSectionGroup.cs
- FixedBufferAttribute.cs
- ADConnectionHelper.cs
- Attributes.cs
- TypeLoadException.cs
- LocationSectionRecord.cs
- AccessedThroughPropertyAttribute.cs
- Char.cs
- InvalidFilterCriteriaException.cs
- WeakKeyDictionary.cs
- ExternalCalls.cs
- UdpTransportSettings.cs
- documentation.cs
- SoapSchemaExporter.cs