Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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. //---------------------------------------------------------------------------- // // 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
- WebResourceUtil.cs
- _BasicClient.cs
- ConnectionPoint.cs
- InvalidWMPVersionException.cs
- CannotUnloadAppDomainException.cs
- ASCIIEncoding.cs
- KeyboardEventArgs.cs
- ValueExpressions.cs
- TdsParameterSetter.cs
- EpmSyndicationContentSerializer.cs
- UniqueID.cs
- HandlerBase.cs
- VectorAnimationBase.cs
- BinaryObjectReader.cs
- DoWorkEventArgs.cs
- CodeAttributeArgument.cs
- XmlAttributeCache.cs
- FacetValueContainer.cs
- NativeConfigurationLoader.cs
- SeverityFilter.cs
- AlternateView.cs
- ListViewTableCell.cs
- PinnedBufferMemoryStream.cs
- SchemaConstraints.cs
- FunctionParameter.cs
- BypassElement.cs
- CriticalHandle.cs
- ControlIdConverter.cs
- ListViewInsertEventArgs.cs
- EventRoute.cs
- BehaviorEditorPart.cs
- Privilege.cs
- PnrpPermission.cs
- PageCache.cs
- ListBase.cs
- RichTextBoxConstants.cs
- TreeView.cs
- RequestCachePolicy.cs
- Win32Exception.cs
- PackagePart.cs
- DispatcherExceptionEventArgs.cs
- PolygonHotSpot.cs
- ApplicationException.cs
- TypeInfo.cs
- TreeNodeClickEventArgs.cs
- DbXmlEnabledProviderManifest.cs
- PageThemeCodeDomTreeGenerator.cs
- ScrollData.cs
- KnownAssembliesSet.cs
- PersonalizableAttribute.cs
- RefExpr.cs
- PtsHost.cs
- RegistrationContext.cs
- DateTimeOffset.cs
- BitVector32.cs
- JsonDataContract.cs
- TextElementAutomationPeer.cs
- NumericExpr.cs
- CodeIterationStatement.cs
- ModuleBuilder.cs
- DatePickerAutomationPeer.cs
- FormViewModeEventArgs.cs
- TextAdaptor.cs
- DataServiceException.cs
- CompilationUtil.cs
- OptimizerPatterns.cs
- PackUriHelper.cs
- AssemblyLoader.cs
- XPathNodePointer.cs
- DefaultAssemblyResolver.cs
- AutomationPropertyInfo.cs
- NegotiationTokenAuthenticatorState.cs
- GlyphRunDrawing.cs
- Nodes.cs
- DistributedTransactionPermission.cs
- DeviceFilterEditorDialog.cs
- UnmanagedHandle.cs
- MaskDescriptor.cs
- CodeSnippetCompileUnit.cs
- BrowserPolicyValidator.cs
- TypeDefinition.cs
- ContractMapping.cs
- Int32AnimationUsingKeyFrames.cs
- AsyncContentLoadedEventArgs.cs
- Rect3D.cs
- Rotation3D.cs
- CalculatedColumn.cs
- ConstraintEnumerator.cs
- TypedRowGenerator.cs
- XmlSignificantWhitespace.cs
- KeyedHashAlgorithm.cs
- DataGridLinkButton.cs
- DeploymentSectionCache.cs
- Main.cs
- DataListItem.cs
- ThicknessAnimationBase.cs
- HTMLTextWriter.cs
- IISUnsafeMethods.cs
- NumericExpr.cs
- Soap.cs