Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Resources / AssemblyAssociatedContentFileAttribute.cs / 1 / AssemblyAssociatedContentFileAttribute.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: // Attribute definition for loose content files // // // History: // 06/14/2005: [....] Created // //--------------------------------------------------------------------------- using System; namespace System.Windows.Resources { ////// This attribute is used by the compiler to associate loose content with the application /// at compile time. /// [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public sealed class AssemblyAssociatedContentFileAttribute : Attribute { private string _path; ////// The default constructor recieves a relative path to the content. /// /// public AssemblyAssociatedContentFileAttribute(string relativeContentFilePath) { _path = relativeContentFilePath; } ////// The path to the associated content. /// public string RelativeContentFilePath { get { return _path; } } } } // 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
- ReturnValue.cs
- InputScopeNameConverter.cs
- PixelShader.cs
- ActivityValidator.cs
- InternalPermissions.cs
- StickyNoteContentControl.cs
- SystemFonts.cs
- ExtensionSurface.cs
- DecoderReplacementFallback.cs
- WebPartActionVerb.cs
- Native.cs
- UnmanagedMemoryStreamWrapper.cs
- Compiler.cs
- ApplicationTrust.cs
- Interop.cs
- SQLByte.cs
- MetadataSerializer.cs
- SmiRecordBuffer.cs
- ExtensionFile.cs
- RowTypePropertyElement.cs
- StrokeDescriptor.cs
- PauseStoryboard.cs
- QueryStringHandler.cs
- TabControlToolboxItem.cs
- WSFederationHttpSecurity.cs
- ApplicationContext.cs
- ByteAnimation.cs
- MetaTableHelper.cs
- SequenceQuery.cs
- _KerberosClient.cs
- MatchingStyle.cs
- FormatSettings.cs
- KeyEvent.cs
- XmlSchemaSimpleTypeList.cs
- QueryRelOp.cs
- SystemIPv4InterfaceProperties.cs
- BackStopAuthenticationModule.cs
- SchemaUtility.cs
- IgnoreDeviceFilterElementCollection.cs
- ToolStripSeparatorRenderEventArgs.cs
- DisableDpiAwarenessAttribute.cs
- ICollection.cs
- RetriableClipboard.cs
- IdentifierCreationService.cs
- PageFunction.cs
- ResourcePool.cs
- KeyValueConfigurationCollection.cs
- ErrorFormatterPage.cs
- CompositeDataBoundControl.cs
- Variant.cs
- PeerNameRecordCollection.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- SplitterEvent.cs
- Baml2006ReaderFrame.cs
- HttpRuntimeSection.cs
- ConfigurationElementProperty.cs
- SubclassTypeValidatorAttribute.cs
- TTSEngineProxy.cs
- BulletChrome.cs
- MultiPropertyDescriptorGridEntry.cs
- StrongName.cs
- ConstantCheck.cs
- ThreadExceptionEvent.cs
- HelpInfo.cs
- SecurityTokenException.cs
- Module.cs
- ProviderUtil.cs
- ToolBarDesigner.cs
- TextAdaptor.cs
- DbSetClause.cs
- AutoScrollHelper.cs
- SettingsSavedEventArgs.cs
- Stack.cs
- ServiceOperation.cs
- XmlSerializerAssemblyAttribute.cs
- FactoryGenerator.cs
- ZeroOpNode.cs
- GroupPartitionExpr.cs
- VirtualPathProvider.cs
- ServiceOperationListItemList.cs
- GeometryGroup.cs
- ZoneLinkButton.cs
- BoolExpr.cs
- DurableDispatcherAddressingFault.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ObjectQueryExecutionPlan.cs
- CodeAccessSecurityEngine.cs
- KerberosTicketHashIdentifierClause.cs
- ComponentConverter.cs
- ProtocolsConfiguration.cs
- WindowsListViewGroup.cs
- ISAPIWorkerRequest.cs
- MsmqNonTransactedPoisonHandler.cs
- BasePattern.cs
- ClipboardData.cs
- ChannelToken.cs
- WeakEventTable.cs
- EventWaitHandle.cs
- NetDataContractSerializer.cs
- HtmlTableCell.cs