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
- VersionUtil.cs
- TemplatedWizardStep.cs
- RelAssertionDirectKeyIdentifierClause.cs
- MouseDevice.cs
- ComponentCommands.cs
- CopyCodeAction.cs
- KeyPullup.cs
- SoapInteropTypes.cs
- UTF8Encoding.cs
- CompiledQuery.cs
- SystemDiagnosticsSection.cs
- InstanceStore.cs
- TextOnlyOutput.cs
- BitmapSourceSafeMILHandle.cs
- PackWebResponse.cs
- input.cs
- TextCompositionManager.cs
- Rect3D.cs
- CodeTypeMemberCollection.cs
- CompilerTypeWithParams.cs
- TransportContext.cs
- AuthorizationRule.cs
- XmlWellformedWriter.cs
- EventWaitHandle.cs
- SmiContextFactory.cs
- PriorityItem.cs
- MulticastNotSupportedException.cs
- NumericPagerField.cs
- CharacterMetricsDictionary.cs
- AssemblyResourceLoader.cs
- RegexCode.cs
- TdsParameterSetter.cs
- ToolboxComponentsCreatingEventArgs.cs
- StringWriter.cs
- X509PeerCertificateAuthentication.cs
- PriorityRange.cs
- Propagator.ExtentPlaceholderCreator.cs
- FilteredDataSetHelper.cs
- ListViewItemMouseHoverEvent.cs
- TextRangeProviderWrapper.cs
- CodeParameterDeclarationExpression.cs
- UniqueID.cs
- MeshGeometry3D.cs
- DefaultTextStore.cs
- LeaseManager.cs
- GregorianCalendarHelper.cs
- TableChangeProcessor.cs
- EncryptedKey.cs
- OutputCacheProviderCollection.cs
- basevalidator.cs
- Form.cs
- DbDeleteCommandTree.cs
- DesignerActionService.cs
- UrlMappingsSection.cs
- SymbolType.cs
- ResourcePart.cs
- CheckedListBox.cs
- CodePageUtils.cs
- XMLUtil.cs
- TriggerActionCollection.cs
- Queue.cs
- DbProviderFactories.cs
- TextPointer.cs
- _ConnectOverlappedAsyncResult.cs
- DesignerForm.cs
- InProcStateClientManager.cs
- BindableTemplateBuilder.cs
- Latin1Encoding.cs
- TypeConstant.cs
- AnnotationMap.cs
- ProjectedWrapper.cs
- ImageSource.cs
- PKCS1MaskGenerationMethod.cs
- SqlConnectionFactory.cs
- CodeNamespaceCollection.cs
- IntSecurity.cs
- MultiDataTrigger.cs
- WebServiceMethodData.cs
- PolicyChain.cs
- unsafenativemethodsother.cs
- ScriptHandlerFactory.cs
- HtmlContainerControl.cs
- CodePageUtils.cs
- ModelToObjectValueConverter.cs
- GPPOINT.cs
- ExpressionPrinter.cs
- TextElementCollectionHelper.cs
- LicenseContext.cs
- MaterialGroup.cs
- TextBlock.cs
- ImpersonateTokenRef.cs
- SessionState.cs
- LinkLabel.cs
- DispatcherExceptionFilterEventArgs.cs
- SystemIcmpV4Statistics.cs
- MonitoringDescriptionAttribute.cs
- PrePostDescendentsWalker.cs
- AddInAttribute.cs
- Model3DGroup.cs
- ContextStack.cs