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
- CryptoStream.cs
- ScriptHandlerFactory.cs
- XPathConvert.cs
- ToolStripDropDownItem.cs
- ConfigErrorGlyph.cs
- WindowsGraphics.cs
- CanonicalFontFamilyReference.cs
- NativeCompoundFileAPIs.cs
- SerializerWriterEventHandlers.cs
- ListBindableAttribute.cs
- SQLInt64.cs
- DiscoveryDocumentSearchPattern.cs
- ButtonAutomationPeer.cs
- HttpCachePolicy.cs
- Exceptions.cs
- Manipulation.cs
- TdsParserSessionPool.cs
- CompositeFontInfo.cs
- RecognizerStateChangedEventArgs.cs
- ProvidersHelper.cs
- LogWriteRestartAreaAsyncResult.cs
- _ShellExpression.cs
- GroupDescription.cs
- TextTreeObjectNode.cs
- EncodingConverter.cs
- MenuItemStyle.cs
- SafeHandles.cs
- NavigationPropertyEmitter.cs
- XPathNavigator.cs
- HighlightComponent.cs
- Context.cs
- DataGridItemEventArgs.cs
- Camera.cs
- SaveFileDialog.cs
- ISCIIEncoding.cs
- PreviewKeyDownEventArgs.cs
- SafeViewOfFileHandle.cs
- SmiXetterAccessMap.cs
- ReliabilityContractAttribute.cs
- TextSelectionHelper.cs
- FaultContext.cs
- SerialErrors.cs
- Viewport3DVisual.cs
- SqlGatherConsumedAliases.cs
- AbsoluteQuery.cs
- XmlUtil.cs
- BitmapEffect.cs
- Listbox.cs
- AssemblyCache.cs
- MaxMessageSizeStream.cs
- Rule.cs
- SurrogateEncoder.cs
- MatrixAnimationUsingKeyFrames.cs
- RegisteredArrayDeclaration.cs
- SystemUdpStatistics.cs
- OpenTypeCommon.cs
- XsdBuilder.cs
- ManualResetEvent.cs
- UnaryNode.cs
- NotifyCollectionChangedEventArgs.cs
- isolationinterop.cs
- AtomServiceDocumentSerializer.cs
- InstanceData.cs
- CalendarDateRange.cs
- DataGridColumnHeader.cs
- SqlConnectionString.cs
- DateTimeFormat.cs
- BinHexDecoder.cs
- SequenceFullException.cs
- CrossAppDomainChannel.cs
- AnchorEditor.cs
- Canonicalizers.cs
- FieldNameLookup.cs
- ApplicationHost.cs
- DesignerDataParameter.cs
- FixedPageStructure.cs
- CdpEqualityComparer.cs
- EntityException.cs
- ZoneIdentityPermission.cs
- XmlTextReaderImplHelpers.cs
- HtmlElementCollection.cs
- FormViewDeletedEventArgs.cs
- DesignerProperties.cs
- CheckBoxBaseAdapter.cs
- PenLineCapValidation.cs
- ManualResetEventSlim.cs
- ExpressionConverter.cs
- HuffModule.cs
- ReaderWriterLock.cs
- WsiProfilesElementCollection.cs
- DetailsViewDeleteEventArgs.cs
- OutputCacheModule.cs
- EncoderFallback.cs
- DrawingAttributeSerializer.cs
- _FtpControlStream.cs
- ApplicationDirectory.cs
- SQLSingleStorage.cs
- IODescriptionAttribute.cs
- EntityEntry.cs
- ServiceReflector.cs