Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmScalarPropertyAttribute.cs
- TextElementCollectionHelper.cs
- QueryHandler.cs
- XamlDesignerSerializationManager.cs
- ThreadExceptionEvent.cs
- TemplatedWizardStep.cs
- TreeNodeStyle.cs
- HtmlInputRadioButton.cs
- ParamArrayAttribute.cs
- Style.cs
- FontInfo.cs
- HtmlImage.cs
- SchemaNamespaceManager.cs
- SoapFault.cs
- OrderByExpression.cs
- XmlSignificantWhitespace.cs
- CreateUserErrorEventArgs.cs
- DataServiceRequest.cs
- ReadOnlyDataSourceView.cs
- StringValueConverter.cs
- BindValidationContext.cs
- ReversePositionQuery.cs
- IsolationInterop.cs
- XNodeNavigator.cs
- XmlSchemaAppInfo.cs
- SupportingTokenChannel.cs
- TextureBrush.cs
- FragmentQuery.cs
- WindowsFormsHostAutomationPeer.cs
- ReflectionServiceProvider.cs
- SetState.cs
- PolicyDesigner.cs
- ScrollChangedEventArgs.cs
- DirectionalLight.cs
- DataGridViewCellPaintingEventArgs.cs
- FreezableOperations.cs
- SmiTypedGetterSetter.cs
- ArrayConverter.cs
- FontFamily.cs
- ActiveXSite.cs
- ParseChildrenAsPropertiesAttribute.cs
- CodeRegionDirective.cs
- Rijndael.cs
- SmiTypedGetterSetter.cs
- SafeSecurityHandles.cs
- _Rfc2616CacheValidators.cs
- MetadataWorkspace.cs
- ProtocolsConfigurationEntry.cs
- XmlSchemaSimpleType.cs
- ipaddressinformationcollection.cs
- CFStream.cs
- JournalEntry.cs
- ApplicationProxyInternal.cs
- PolyLineSegmentFigureLogic.cs
- HwndPanningFeedback.cs
- GlobalEventManager.cs
- DecoderReplacementFallback.cs
- DBCommandBuilder.cs
- Int64.cs
- CoTaskMemHandle.cs
- PropertyGridView.cs
- StrongNameKeyPair.cs
- LayoutTableCell.cs
- WebPartManagerDesigner.cs
- BinaryCommonClasses.cs
- RoutedPropertyChangedEventArgs.cs
- Pkcs7Signer.cs
- FormClosingEvent.cs
- AnonymousIdentificationModule.cs
- CodeDefaultValueExpression.cs
- TypedTableBase.cs
- FileCodeGroup.cs
- GrammarBuilderBase.cs
- NativeActivity.cs
- MimeTypeMapper.cs
- EntryIndex.cs
- DataPointer.cs
- PermissionSetEnumerator.cs
- Image.cs
- ModifierKeysConverter.cs
- CheckedPointers.cs
- BookmarkInfo.cs
- RoleProviderPrincipal.cs
- Win32Exception.cs
- FormParameter.cs
- AccessibleObject.cs
- DataGridPagerStyle.cs
- DynamicDataExtensions.cs
- PrintControllerWithStatusDialog.cs
- LogArchiveSnapshot.cs
- MaskedTextProvider.cs
- XPathNavigatorReader.cs
- MinimizableAttributeTypeConverter.cs
- FlowLayout.cs
- ErrorRuntimeConfig.cs
- SpeakInfo.cs
- ParameterToken.cs
- XmlWrappingWriter.cs
- InternalPermissions.cs
- QilValidationVisitor.cs