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
- SR.cs
- DataGridViewRowCancelEventArgs.cs
- SharedPersonalizationStateInfo.cs
- ResXFileRef.cs
- XmlSortKey.cs
- GenericFlowSwitchHelper.cs
- ClosableStream.cs
- WebPartVerbCollection.cs
- BamlLocalizableResourceKey.cs
- CommonRemoteMemoryBlock.cs
- SchemaAttDef.cs
- NextPreviousPagerField.cs
- XamlReaderHelper.cs
- ContentType.cs
- SqlClientFactory.cs
- _ListenerResponseStream.cs
- ConfigXmlWhitespace.cs
- InfiniteTimeSpanConverter.cs
- DesignerHelpers.cs
- ControlType.cs
- QueryStringParameter.cs
- ChangeBlockUndoRecord.cs
- ModelVisual3D.cs
- OleDbStruct.cs
- IndexerNameAttribute.cs
- DataSourceXmlSerializationAttribute.cs
- SafeRegistryHandle.cs
- RelatedCurrencyManager.cs
- PrivilegedConfigurationManager.cs
- MetadataProperty.cs
- QilLoop.cs
- ZoneLinkButton.cs
- EdgeProfileValidation.cs
- Roles.cs
- WaitingCursor.cs
- BuildProvider.cs
- DataGridCellsPresenter.cs
- BinaryMethodMessage.cs
- RegionData.cs
- ConnectAlgorithms.cs
- HttpRawResponse.cs
- Odbc32.cs
- securestring.cs
- SchemaComplexType.cs
- WebPartVerb.cs
- RequestNavigateEventArgs.cs
- GraphicsContext.cs
- CacheForPrimitiveTypes.cs
- LogRestartAreaEnumerator.cs
- BookmarkInfo.cs
- COM2TypeInfoProcessor.cs
- ToolBarDesigner.cs
- VariantWrapper.cs
- GroupBox.cs
- SystemInformation.cs
- SchemaObjectWriter.cs
- ParameterToken.cs
- _SslSessionsCache.cs
- UnsafeNativeMethods.cs
- TextRunCache.cs
- DataServiceException.cs
- PropertyEmitterBase.cs
- StringValueSerializer.cs
- XmlUtil.cs
- DesignerVerbCollection.cs
- RuleSettingsCollection.cs
- ResourceAttributes.cs
- RangeValidator.cs
- ProcessModule.cs
- EmptyStringExpandableObjectConverter.cs
- DateTime.cs
- QualifiedCellIdBoolean.cs
- XmlUtf8RawTextWriter.cs
- ClassGenerator.cs
- ToolStripSeparator.cs
- DataGridViewCellPaintingEventArgs.cs
- TableLayoutSettings.cs
- DockEditor.cs
- SqlCommandBuilder.cs
- MethodAccessException.cs
- TdsParserStaticMethods.cs
- UserThread.cs
- WebServicesDescriptionAttribute.cs
- DefaultShape.cs
- SAPICategories.cs
- Assert.cs
- CriticalFinalizerObject.cs
- ServiceMemoryGates.cs
- DataPagerFieldCollection.cs
- Vector3D.cs
- DynamicQueryableWrapper.cs
- ConfigurationLocation.cs
- SoapElementAttribute.cs
- OdbcPermission.cs
- XmlDocumentType.cs
- DesignerWidgets.cs
- Deserializer.cs
- SmtpLoginAuthenticationModule.cs
- TriggerAction.cs
- LineProperties.cs