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
- ValuePattern.cs
- ArrayWithOffset.cs
- PeerApplication.cs
- OutgoingWebRequestContext.cs
- FontStyles.cs
- FontFamilyConverter.cs
- InplaceBitmapMetadataWriter.cs
- SqlServices.cs
- BindingParameterCollection.cs
- _ProxyRegBlob.cs
- XslTransform.cs
- Pens.cs
- RoleManagerEventArgs.cs
- EventsTab.cs
- BoundingRectTracker.cs
- Funcletizer.cs
- CapacityStreamGeometryContext.cs
- XmlSchemaValidationException.cs
- ExpressionConverter.cs
- WsdlBuildProvider.cs
- PropertyNames.cs
- _RegBlobWebProxyDataBuilder.cs
- Journaling.cs
- OutOfProcStateClientManager.cs
- SerializableAttribute.cs
- CompositeScriptReferenceEventArgs.cs
- InkSerializer.cs
- SingleAnimationUsingKeyFrames.cs
- PtsContext.cs
- DispatcherTimer.cs
- storagemappingitemcollection.viewdictionary.cs
- SQLRoleProvider.cs
- ImageInfo.cs
- AutoGeneratedField.cs
- CqlLexerHelpers.cs
- WebPartConnectionsConfigureVerb.cs
- CompilerErrorCollection.cs
- PathTooLongException.cs
- FixedSOMTable.cs
- MemberPathMap.cs
- WsdlBuildProvider.cs
- EventEntry.cs
- PropertyPathWorker.cs
- IApplicationTrustManager.cs
- UnsafeNativeMethodsPenimc.cs
- PeerNearMe.cs
- StatusStrip.cs
- CleanUpVirtualizedItemEventArgs.cs
- BindingBase.cs
- SplitContainerDesigner.cs
- CompilerHelpers.cs
- SafeArrayTypeMismatchException.cs
- XmlSchemaDocumentation.cs
- Win32PrintDialog.cs
- StrokeNode.cs
- ClientRuntimeConfig.cs
- RegisteredDisposeScript.cs
- DirtyTextRange.cs
- EventLogSession.cs
- SwitchAttribute.cs
- XmlReaderSettings.cs
- Button.cs
- ProcessingInstructionAction.cs
- AnnotationResourceCollection.cs
- ContentControl.cs
- XmlFormatExtensionPrefixAttribute.cs
- ListBox.cs
- InvokeProviderWrapper.cs
- EditingContext.cs
- DataGridViewRow.cs
- ObjectReaderCompiler.cs
- DbException.cs
- SchemaInfo.cs
- ClientBase.cs
- SR.cs
- ProfileInfo.cs
- HttpCookieCollection.cs
- X500Name.cs
- AvtEvent.cs
- BitArray.cs
- TypeSource.cs
- TableLayout.cs
- TransformDescriptor.cs
- PipelineComponent.cs
- RemoteDebugger.cs
- Frame.cs
- XmlAttributeOverrides.cs
- AgileSafeNativeMemoryHandle.cs
- EntityDataSourceStatementEditorForm.cs
- InterleavedZipPartStream.cs
- ChtmlLinkAdapter.cs
- ProvidePropertyAttribute.cs
- ToolStripItemCollection.cs
- DesignBindingConverter.cs
- SerializationFieldInfo.cs
- OneOfConst.cs
- EventLogPermissionEntry.cs
- AtomPub10ServiceDocumentFormatter.cs
- CategoryNameCollection.cs
- WinOEToolBoxItem.cs