Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Resources / AssemblyAssociatedContentFileAttribute.cs / 1305600 / 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
- PcmConverter.cs
- PolicyStatement.cs
- RoleManagerSection.cs
- dsa.cs
- SerialPinChanges.cs
- LinqDataSourceDeleteEventArgs.cs
- HostUtils.cs
- manifestimages.cs
- DataColumnPropertyDescriptor.cs
- HasCopySemanticsAttribute.cs
- SessionStateModule.cs
- COAUTHINFO.cs
- ElementUtil.cs
- MSG.cs
- BitmapEffectDrawing.cs
- FormatException.cs
- NamedElement.cs
- ToolStripDropDownButton.cs
- XmlBinaryReader.cs
- CurrentChangedEventManager.cs
- BitmapCodecInfo.cs
- PointConverter.cs
- ScriptControlDescriptor.cs
- TextReader.cs
- BaseCodeDomTreeGenerator.cs
- UIElement3DAutomationPeer.cs
- ScaleTransform3D.cs
- UseAttributeSetsAction.cs
- SQLBytes.cs
- DynamicDocumentPaginator.cs
- JsonReaderWriterFactory.cs
- Point3DCollection.cs
- HeaderFilter.cs
- DataGridViewCheckBoxCell.cs
- UserPreferenceChangedEventArgs.cs
- Funcletizer.cs
- WebControlsSection.cs
- ControlEvent.cs
- ParseHttpDate.cs
- DataControlReference.cs
- MetadataUtil.cs
- ListViewInsertedEventArgs.cs
- SSmlParser.cs
- TextMetrics.cs
- InheritanceService.cs
- RMPermissions.cs
- NopReturnReader.cs
- ImageIndexEditor.cs
- Vector3DConverter.cs
- LinqDataSourceValidationException.cs
- ResourceReferenceKeyNotFoundException.cs
- WinCategoryAttribute.cs
- QuotedPrintableStream.cs
- X509InitiatorCertificateServiceElement.cs
- StrongNameKeyPair.cs
- SystemNetworkInterface.cs
- DecoderFallback.cs
- TheQuery.cs
- PersistenceMetadataNamespace.cs
- DbProviderFactory.cs
- FontFamilyConverter.cs
- BindingList.cs
- StatusStrip.cs
- XmlNamespaceDeclarationsAttribute.cs
- TextFormatterImp.cs
- HierarchicalDataSourceControl.cs
- loginstatus.cs
- PropertyPath.cs
- SetterBaseCollection.cs
- EventBuilder.cs
- CopyCodeAction.cs
- FileRecordSequence.cs
- ToolStripSeparator.cs
- PropertyCollection.cs
- BindingWorker.cs
- DbConnectionFactory.cs
- CharacterBufferReference.cs
- PingOptions.cs
- ThrowHelper.cs
- PrintControllerWithStatusDialog.cs
- DbReferenceCollection.cs
- TableRow.cs
- ScrollChrome.cs
- Zone.cs
- DispatcherHookEventArgs.cs
- MetadataItem.cs
- SiteOfOriginContainer.cs
- MostlySingletonList.cs
- DataGridViewCellCancelEventArgs.cs
- ResetableIterator.cs
- XMLSchema.cs
- ZipIOCentralDirectoryFileHeader.cs
- BasePattern.cs
- XmlBufferReader.cs
- RotateTransform3D.cs
- ADMembershipProvider.cs
- IApplicationTrustManager.cs
- Formatter.cs
- XmlSchemas.cs
- BookmarkEventArgs.cs