Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / TypeResolvingOptionsAttribute.cs / 1305376 / TypeResolvingOptionsAttribute.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Activities.Presentation.View; using System.Runtime; using System.Diagnostics.CodeAnalysis; [Fx.Tag.XamlVisible(false)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] [SuppressMessage(FxCop.Category.Design, FxCop.Rule.DefineAccessorsForAttributeArguments, Justification = "TypeResolvingOptions property can be set.")] public sealed class TypeResolvingOptionsAttribute : Attribute { public TypeResolvingOptions TypeResolvingOptions { get; set; } public TypeResolvingOptionsAttribute() { } public TypeResolvingOptionsAttribute(TypeResolvingOptions options) { this.TypeResolvingOptions = options; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ClrPerspective.cs
- EntityConnectionStringBuilderItem.cs
- RepeatBehavior.cs
- VisualTreeHelper.cs
- CopyAction.cs
- safex509handles.cs
- Help.cs
- TemplateBindingExtensionConverter.cs
- LiteralTextContainerControlBuilder.cs
- TreeViewImageIndexConverter.cs
- SoapObjectInfo.cs
- StylusTip.cs
- ImageField.cs
- SupportingTokenChannel.cs
- ServiceProviders.cs
- CompiledScopeCriteria.cs
- ByteConverter.cs
- FloaterBaseParagraph.cs
- SchemaTypeEmitter.cs
- ForeignConstraint.cs
- ManagementObjectCollection.cs
- AccessDataSourceView.cs
- DbConvert.cs
- DataGridViewCellCollection.cs
- RegionInfo.cs
- BaseResourcesBuildProvider.cs
- RichTextBox.cs
- ComponentDispatcher.cs
- MemoryFailPoint.cs
- XmlException.cs
- GenericsInstances.cs
- ClockGroup.cs
- XmlChildEnumerator.cs
- XmlSchemaIdentityConstraint.cs
- DataGridViewComboBoxCell.cs
- BinaryWriter.cs
- GB18030Encoding.cs
- CaseInsensitiveHashCodeProvider.cs
- MouseButtonEventArgs.cs
- ContentType.cs
- Debug.cs
- ServiceThrottlingBehavior.cs
- SchemaManager.cs
- CultureInfo.cs
- FormsAuthenticationCredentials.cs
- XmlNode.cs
- ForwardPositionQuery.cs
- XslCompiledTransform.cs
- HandoffBehavior.cs
- StylusEditingBehavior.cs
- InternalBase.cs
- DiscoveryVersionConverter.cs
- SessionEndingCancelEventArgs.cs
- DispatcherHookEventArgs.cs
- XPathMultyIterator.cs
- BindingMemberInfo.cs
- CompressedStack.cs
- userdatakeys.cs
- SiteIdentityPermission.cs
- DecoderFallback.cs
- Span.cs
- InteropBitmapSource.cs
- NewArrayExpression.cs
- LoginUtil.cs
- ParallelEnumerable.cs
- RegexInterpreter.cs
- TextParentUndoUnit.cs
- QueryExtender.cs
- Instrumentation.cs
- FormatterServicesNoSerializableCheck.cs
- ADMembershipUser.cs
- XmlSchemaType.cs
- XslNumber.cs
- TextSelection.cs
- SystemThemeKey.cs
- StyleSheetComponentEditor.cs
- CodeArgumentReferenceExpression.cs
- CodeNamespace.cs
- IncrementalReadDecoders.cs
- VisualBasicHelper.cs
- ListViewItem.cs
- CompoundFileReference.cs
- HTMLTextWriter.cs
- FaultContractInfo.cs
- ErrorFormatter.cs
- ListControl.cs
- SendKeys.cs
- DataServiceQueryException.cs
- SqlDataSource.cs
- SystemIPGlobalStatistics.cs
- MainMenu.cs
- VisualProxy.cs
- PagePropertiesChangingEventArgs.cs
- StylusPoint.cs
- StringAttributeCollection.cs
- GeometryHitTestParameters.cs
- AsymmetricKeyExchangeDeformatter.cs
- COM2TypeInfoProcessor.cs
- GroupBox.cs
- ConditionalAttribute.cs