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
- AsynchronousChannelMergeEnumerator.cs
- GridViewEditEventArgs.cs
- FileLoadException.cs
- InvalidOperationException.cs
- DataGridViewMethods.cs
- AstTree.cs
- CompositeCollection.cs
- ParallelActivityDesigner.cs
- DesignerTextWriter.cs
- InternalTransaction.cs
- DataBindingList.cs
- embossbitmapeffect.cs
- SubclassTypeValidatorAttribute.cs
- PropertyValue.cs
- MeshGeometry3D.cs
- TableCellAutomationPeer.cs
- Hash.cs
- UpdateRecord.cs
- InProcStateClientManager.cs
- Compiler.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ToolStripManager.cs
- FunctionDescription.cs
- CodePageEncoding.cs
- SqlDataSourceAdvancedOptionsForm.cs
- CellIdBoolean.cs
- DataGridViewComboBoxEditingControl.cs
- BindingGroup.cs
- DockingAttribute.cs
- LiteralControl.cs
- DecimalAnimation.cs
- PagerSettings.cs
- WebPartConnectionsConfigureVerb.cs
- ValidatingPropertiesEventArgs.cs
- BitmapMetadataBlob.cs
- InfoCardAsymmetricCrypto.cs
- Pair.cs
- TextElementEnumerator.cs
- ExpressionBuilder.cs
- ReadOnlyDictionary.cs
- GC.cs
- WebServiceTypeData.cs
- ReliableChannelListener.cs
- Bitmap.cs
- ToolStripDesignerAvailabilityAttribute.cs
- KeyInterop.cs
- BaseValidatorDesigner.cs
- UnauthorizedAccessException.cs
- OperationContractAttribute.cs
- SqlGenerator.cs
- GridViewCancelEditEventArgs.cs
- TreeViewEvent.cs
- ImageDrawing.cs
- SafeMemoryMappedFileHandle.cs
- SqlUnionizer.cs
- PathFigure.cs
- SqlInfoMessageEvent.cs
- TouchDevice.cs
- QueryExpr.cs
- SelectedDatesCollection.cs
- Floater.cs
- TextSelectionProcessor.cs
- EventLevel.cs
- ValidatedControlConverter.cs
- ByteStack.cs
- MobileUITypeEditor.cs
- HtmlInputText.cs
- NTAccount.cs
- TextElementEnumerator.cs
- GeometryHitTestParameters.cs
- SignedXml.cs
- HitTestDrawingContextWalker.cs
- PhonemeEventArgs.cs
- MultiTrigger.cs
- AsymmetricCryptoHandle.cs
- UnsettableComboBox.cs
- NativeBuffer.cs
- SqlCachedBuffer.cs
- _IPv4Address.cs
- NullableFloatAverageAggregationOperator.cs
- ImmComposition.cs
- TextEffectCollection.cs
- DWriteFactory.cs
- StateManagedCollection.cs
- WebColorConverter.cs
- ClientTargetSection.cs
- TdsParameterSetter.cs
- MarkupExtensionParser.cs
- WorkflowValidationFailedException.cs
- ConnectionConsumerAttribute.cs
- MailAddressParser.cs
- SqlSelectClauseBuilder.cs
- Exceptions.cs
- SchemaTableColumn.cs
- InputLangChangeRequestEvent.cs
- sortedlist.cs
- CodeDirectoryCompiler.cs
- AppDomain.cs
- XPathAxisIterator.cs
- ScalarOps.cs