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
- COSERVERINFO.cs
- PasswordBox.cs
- GridViewItemAutomationPeer.cs
- CapiNative.cs
- WebPartTracker.cs
- PageParser.cs
- DocumentViewerBaseAutomationPeer.cs
- DrawItemEvent.cs
- NameValueConfigurationCollection.cs
- DoubleAnimation.cs
- ConnectionInterfaceCollection.cs
- FontResourceCache.cs
- VisualBrush.cs
- BindableTemplateBuilder.cs
- ConfigurationSectionGroupCollection.cs
- DateRangeEvent.cs
- TextClipboardData.cs
- DataSourceProvider.cs
- VirtualPathProvider.cs
- TextRangeEdit.cs
- PersonalizablePropertyEntry.cs
- RsaSecurityTokenAuthenticator.cs
- SafeThemeHandle.cs
- sqlmetadatafactory.cs
- Socket.cs
- RouteValueExpressionBuilder.cs
- __FastResourceComparer.cs
- CallContext.cs
- SafeNativeMethods.cs
- CookieProtection.cs
- DBAsyncResult.cs
- UriScheme.cs
- DbDataAdapter.cs
- ScriptManagerProxy.cs
- CellQuery.cs
- Button.cs
- CommonXSendMessage.cs
- IntegrationExceptionEventArgs.cs
- ArraySet.cs
- DeflateEmulationStream.cs
- ArglessEventHandlerProxy.cs
- ExtractCollection.cs
- ResourceExpressionBuilder.cs
- ObjectStateManagerMetadata.cs
- TextDpi.cs
- BamlTreeMap.cs
- StdValidatorsAndConverters.cs
- AQNBuilder.cs
- ButtonChrome.cs
- filewebresponse.cs
- BulletChrome.cs
- Document.cs
- Misc.cs
- KnownBoxes.cs
- XmlSchemaAnyAttribute.cs
- StringFormat.cs
- ColorKeyFrameCollection.cs
- TrackingStringDictionary.cs
- SoapHeader.cs
- PeerService.cs
- ConfigurationStrings.cs
- VariableQuery.cs
- CriticalHandle.cs
- CqlErrorHelper.cs
- TdsValueSetter.cs
- DataColumn.cs
- ExecutedRoutedEventArgs.cs
- PageParser.cs
- UnknownBitmapEncoder.cs
- EmulateRecognizeCompletedEventArgs.cs
- WebPartPersonalization.cs
- WebPartExportVerb.cs
- X509Utils.cs
- GiveFeedbackEventArgs.cs
- DiscoveryClientDocuments.cs
- Site.cs
- WindowsPen.cs
- CrossAppDomainChannel.cs
- MultilineStringEditor.cs
- CodeGeneratorAttribute.cs
- ValidatedControlConverter.cs
- XmlWriterSettings.cs
- ProcessModelInfo.cs
- HttpApplicationFactory.cs
- CombinedTcpChannel.cs
- DbProviderSpecificTypePropertyAttribute.cs
- UniformGrid.cs
- ContentElementAutomationPeer.cs
- XmlWrappingReader.cs
- FormatException.cs
- XmlSerializerAssemblyAttribute.cs
- COM2FontConverter.cs
- XmlConvert.cs
- OdbcEnvironment.cs
- PrintPreviewGraphics.cs
- IssuedTokenClientBehaviorsElement.cs
- RegexGroup.cs
- ExcCanonicalXml.cs
- ExtensibleClassFactory.cs
- DesignerActionPropertyItem.cs