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
- PartitionResolver.cs
- Stroke2.cs
- StandardTransformFactory.cs
- TextServicesCompartmentEventSink.cs
- InitializationEventAttribute.cs
- EventDescriptor.cs
- COAUTHIDENTITY.cs
- SoapSchemaMember.cs
- TextAutomationPeer.cs
- TextServicesProperty.cs
- OptimalTextSource.cs
- CqlIdentifiers.cs
- ErrorWebPart.cs
- RegexStringValidator.cs
- NoneExcludedImageIndexConverter.cs
- PasswordPropertyTextAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- IpcClientChannel.cs
- InternalDispatchObject.cs
- ResourcePermissionBaseEntry.cs
- SmiSettersStream.cs
- InvalidComObjectException.cs
- DataGridViewCellParsingEventArgs.cs
- categoryentry.cs
- XPathNodeInfoAtom.cs
- InstalledVoice.cs
- StrokeCollection.cs
- PartialCachingControl.cs
- TrackingServices.cs
- _OSSOCK.cs
- SchemaTableOptionalColumn.cs
- PeerPresenceInfo.cs
- RuleSetDialog.Designer.cs
- Nullable.cs
- CodeCompiler.cs
- _SafeNetHandles.cs
- PerformanceCounterPermissionAttribute.cs
- ToolboxComponentsCreatingEventArgs.cs
- CheckedPointers.cs
- WebPartManagerInternals.cs
- DescendentsWalker.cs
- CharacterBuffer.cs
- SessionStateModule.cs
- OdbcConnectionOpen.cs
- MemberDescriptor.cs
- PointLight.cs
- ProfilePropertyMetadata.cs
- UIElement.cs
- ListDesigner.cs
- ConstraintManager.cs
- RawMouseInputReport.cs
- CallTemplateAction.cs
- OlePropertyStructs.cs
- AsymmetricSignatureDeformatter.cs
- SqlUnionizer.cs
- RecordConverter.cs
- AudioStateChangedEventArgs.cs
- PersonalizableTypeEntry.cs
- XPathSelfQuery.cs
- ConfigurationElementCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- ModifierKeysValueSerializer.cs
- ComponentDispatcher.cs
- ResourceIDHelper.cs
- TemplateParser.cs
- Condition.cs
- ListViewUpdatedEventArgs.cs
- FreeIndexList.cs
- NumberAction.cs
- CFStream.cs
- DebugInfoGenerator.cs
- FormClosedEvent.cs
- LinkClickEvent.cs
- XsdDateTime.cs
- SqlPersonalizationProvider.cs
- AttributeQuery.cs
- EditorZone.cs
- UInt32Storage.cs
- ClientConfigurationSystem.cs
- HttpCookiesSection.cs
- SequentialUshortCollection.cs
- WebConfigurationFileMap.cs
- CommandPlan.cs
- BStrWrapper.cs
- SystemColors.cs
- SendMailErrorEventArgs.cs
- NavigateUrlConverter.cs
- UDPClient.cs
- TextRangeEdit.cs
- TextBoxLine.cs
- BufferBuilder.cs
- ProfilePropertyMetadata.cs
- CodeVariableReferenceExpression.cs
- DataPointer.cs
- LayoutEditorPart.cs
- CategoryEditor.cs
- WinFormsUtils.cs
- Style.cs
- CheckBox.cs