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
- SqlXmlStorage.cs
- DataSet.cs
- GridToolTip.cs
- GenericTextProperties.cs
- _ShellExpression.cs
- ListViewItemMouseHoverEvent.cs
- BuildProviderUtils.cs
- IntSecurity.cs
- recordstatescratchpad.cs
- VirtualPathData.cs
- PeerEndPoint.cs
- dataprotectionpermissionattribute.cs
- SqlRetyper.cs
- ClientBuildManager.cs
- ToolTipService.cs
- SizeChangedInfo.cs
- MembershipValidatePasswordEventArgs.cs
- recordstate.cs
- SafeLibraryHandle.cs
- CategoryNameCollection.cs
- ListSurrogate.cs
- MsmqChannelListenerBase.cs
- DataGridViewCellValueEventArgs.cs
- EntityDataReader.cs
- CounterSetInstanceCounterDataSet.cs
- PnrpPermission.cs
- Dispatcher.cs
- GlyphInfoList.cs
- MDIControlStrip.cs
- CheckBoxField.cs
- ConcurrencyBehavior.cs
- ServiceModelExtensionElement.cs
- GridViewItemAutomationPeer.cs
- TypeHelper.cs
- ValueUnavailableException.cs
- RuleConditionDialog.cs
- DataServiceSaveChangesEventArgs.cs
- UnhandledExceptionEventArgs.cs
- ParenthesizePropertyNameAttribute.cs
- InheritanceRules.cs
- PrimitiveType.cs
- MetadataHelper.cs
- CommandValueSerializer.cs
- StateDesigner.CommentLayoutGlyph.cs
- TextBoxAutoCompleteSourceConverter.cs
- MarkedHighlightComponent.cs
- PropertyMapper.cs
- CompareInfo.cs
- TagPrefixCollection.cs
- EndpointIdentityConverter.cs
- ErrorTableItemStyle.cs
- Site.cs
- ControlCollection.cs
- WorkerRequest.cs
- Point3D.cs
- URL.cs
- StylusPointDescription.cs
- ToolStripItem.cs
- ToolboxComponentsCreatedEventArgs.cs
- DataGridViewIntLinkedList.cs
- DoubleCollectionValueSerializer.cs
- ExtentCqlBlock.cs
- DataGridViewCellCancelEventArgs.cs
- ArraySegment.cs
- PropertyValueChangedEvent.cs
- FormViewDeleteEventArgs.cs
- UnsignedPublishLicense.cs
- CodeAccessPermission.cs
- PlatformCulture.cs
- IDQuery.cs
- AssociationSetMetadata.cs
- MultipleViewPattern.cs
- FunctionQuery.cs
- LinkDescriptor.cs
- Highlights.cs
- HistoryEventArgs.cs
- PostBackOptions.cs
- SectionUpdates.cs
- AnimationClockResource.cs
- ClientScriptItem.cs
- CompModSwitches.cs
- CompressionTransform.cs
- ElementAction.cs
- ReadingWritingEntityEventArgs.cs
- MatrixCamera.cs
- SqlInternalConnectionTds.cs
- SupportingTokenParameters.cs
- Grid.cs
- StatusBarPanelClickEvent.cs
- CharAnimationBase.cs
- ListSortDescription.cs
- RenderOptions.cs
- DataTemplateKey.cs
- CuspData.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataPager.cs
- ComponentResourceKey.cs
- SchemaImporterExtensionsSection.cs
- GridViewColumnCollectionChangedEventArgs.cs
- CoreSwitches.cs