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
- CommandHelper.cs
- WindowHideOrCloseTracker.cs
- CapiHashAlgorithm.cs
- WorkflowMarkupSerializerMapping.cs
- SecurityRuntime.cs
- RoleManagerModule.cs
- OnOperation.cs
- ConfigurationSchemaErrors.cs
- UnitySerializationHolder.cs
- WebPartManagerInternals.cs
- GridViewDesigner.cs
- StandardCommands.cs
- Context.cs
- ImageFormat.cs
- PagesChangedEventArgs.cs
- GeometryCollection.cs
- Color.cs
- Color.cs
- Avt.cs
- XamlSerializationHelper.cs
- ClusterSafeNativeMethods.cs
- EntityCommandCompilationException.cs
- TabPage.cs
- ObjectKeyFrameCollection.cs
- COAUTHIDENTITY.cs
- MessageEncoderFactory.cs
- XPathChildIterator.cs
- RemoteWebConfigurationHostStream.cs
- ApplicationTrust.cs
- COMException.cs
- SimpleTypeResolver.cs
- ValueProviderWrapper.cs
- TimestampInformation.cs
- DataGridViewCellCollection.cs
- CustomErrorCollection.cs
- RemoteWebConfigurationHost.cs
- HelpEvent.cs
- UnmanagedBitmapWrapper.cs
- JulianCalendar.cs
- EncoderBestFitFallback.cs
- OdbcRowUpdatingEvent.cs
- StylusTouchDevice.cs
- AuthenticateEventArgs.cs
- ApplyTemplatesAction.cs
- Misc.cs
- BamlTreeNode.cs
- SubMenuStyleCollection.cs
- HttpInputStream.cs
- HtmlEncodedRawTextWriter.cs
- SdlChannelSink.cs
- UInt64Storage.cs
- PeerNameResolver.cs
- ChannelManager.cs
- RedBlackList.cs
- SoapServerProtocol.cs
- SmtpMail.cs
- AspNetCacheProfileAttribute.cs
- XmlResolver.cs
- XPathNodeList.cs
- WebPartUtil.cs
- ElementHostAutomationPeer.cs
- TextTrailingWordEllipsis.cs
- ProfilePropertyMetadata.cs
- HashUtility.cs
- RegionInfo.cs
- PreviewPrintController.cs
- DocumentXmlWriter.cs
- ModelFactory.cs
- Divide.cs
- DeclarativeCatalogPart.cs
- CqlParserHelpers.cs
- UpDownBaseDesigner.cs
- RowUpdatedEventArgs.cs
- ErrorWebPart.cs
- JoinQueryOperator.cs
- Setter.cs
- rsa.cs
- HttpVersion.cs
- StatusBarItem.cs
- SystemThemeKey.cs
- ComPlusTypeValidator.cs
- PointLight.cs
- CompilerGlobalScopeAttribute.cs
- DocumentStream.cs
- RijndaelManagedTransform.cs
- PerformanceCountersElement.cs
- BinaryCommonClasses.cs
- ExpressionWriter.cs
- _SingleItemRequestCache.cs
- Membership.cs
- HelpEvent.cs
- EventBuilder.cs
- DataGridTablesFactory.cs
- RewritingPass.cs
- HostProtectionPermission.cs
- SelectedPathEditor.cs
- RadioButtonPopupAdapter.cs
- RuleInfoComparer.cs
- JsonQueryStringConverter.cs
- PixelFormat.cs