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
- RouteUrlExpressionBuilder.cs
- ClientScriptManager.cs
- _SslSessionsCache.cs
- DataTemplateKey.cs
- WorkflowView.cs
- NavigationFailedEventArgs.cs
- RequestCachePolicy.cs
- DataServiceQueryOfT.cs
- GridViewColumnHeaderAutomationPeer.cs
- ImageBrush.cs
- ReadContentAsBinaryHelper.cs
- AppDomainAttributes.cs
- IdentifierCollection.cs
- UpdateTranslator.cs
- ConnectivityStatus.cs
- ItemsPanelTemplate.cs
- ThumbAutomationPeer.cs
- SettingsPropertyValueCollection.cs
- ProfileEventArgs.cs
- TextTreeExtractElementUndoUnit.cs
- Viewport2DVisual3D.cs
- ThrowHelper.cs
- FixedSOMLineRanges.cs
- SkinBuilder.cs
- Vector3dCollection.cs
- WebProxyScriptElement.cs
- GeneralTransform.cs
- TemplateBindingExpressionConverter.cs
- PerfCounters.cs
- ActivityBindForm.cs
- OperationCanceledException.cs
- Int64AnimationUsingKeyFrames.cs
- GetPageNumberCompletedEventArgs.cs
- TransformerConfigurationWizardBase.cs
- DictionaryBase.cs
- FileUtil.cs
- DocumentReferenceCollection.cs
- Inline.cs
- querybuilder.cs
- WasEndpointConfigContainer.cs
- GetTokenRequest.cs
- XmlElement.cs
- DBSchemaTable.cs
- WebPartEventArgs.cs
- ScriptingJsonSerializationSection.cs
- GlyphInfoList.cs
- HostedTransportConfigurationManager.cs
- DataGridViewLayoutData.cs
- IPAddressCollection.cs
- Environment.cs
- FunctionDetailsReader.cs
- NameTable.cs
- SqlConnectionString.cs
- SqlDataSourceView.cs
- DataContract.cs
- DynamicResourceExtensionConverter.cs
- EncryptedReference.cs
- _TLSstream.cs
- FixedFindEngine.cs
- AsymmetricKeyExchangeFormatter.cs
- DataSourceUtil.cs
- WebPartPersonalization.cs
- PresentationAppDomainManager.cs
- CreateUserWizard.cs
- WebPartZoneDesigner.cs
- BitmapEffect.cs
- MimeTypeAttribute.cs
- ShaderRenderModeValidation.cs
- InstanceView.cs
- Trigger.cs
- ASCIIEncoding.cs
- VerticalAlignConverter.cs
- HandlerMappingMemo.cs
- DetailsViewActionList.cs
- DataGridRowClipboardEventArgs.cs
- XPathScanner.cs
- HttpRawResponse.cs
- TextEditorTyping.cs
- ItemMap.cs
- DataBoundLiteralControl.cs
- AtomMaterializerLog.cs
- LinqToSqlWrapper.cs
- XmlEventCache.cs
- TextSelectionProcessor.cs
- GeneralTransform3DGroup.cs
- HtmlTable.cs
- CellRelation.cs
- TempEnvironment.cs
- TableAdapterManagerNameHandler.cs
- UpDownBase.cs
- AssemblyBuilder.cs
- wgx_commands.cs
- XmlSchemaImport.cs
- MenuItemCollection.cs
- InterleavedZipPartStream.cs
- XXXInfos.cs
- PageBuildProvider.cs
- DbMetaDataFactory.cs
- SmiRequestExecutor.cs
- DataFieldEditor.cs