Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------- // 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
- PageAsyncTaskManager.cs
- IndentedTextWriter.cs
- TextServicesDisplayAttribute.cs
- UserControl.cs
- InnerItemCollectionView.cs
- HttpConfigurationContext.cs
- FontWeights.cs
- Highlights.cs
- WindowsGraphics2.cs
- RelationshipEndCollection.cs
- GlobalEventManager.cs
- Rotation3D.cs
- XmlNamedNodeMap.cs
- HttpAsyncResult.cs
- NetCodeGroup.cs
- AutoGeneratedFieldProperties.cs
- WorkflowWebHostingModule.cs
- Win32SafeHandles.cs
- UnknownBitmapEncoder.cs
- FileChangesMonitor.cs
- SizeAnimation.cs
- _NegoState.cs
- KeyEventArgs.cs
- TraceLog.cs
- StorageAssociationTypeMapping.cs
- BatchStream.cs
- DataPagerFieldItem.cs
- ProvidePropertyAttribute.cs
- ImmutableClientRuntime.cs
- QuaternionIndependentAnimationStorage.cs
- XsdBuildProvider.cs
- PropertyStore.cs
- DesignerSerializationManager.cs
- FontWeights.cs
- ReadOnlyHierarchicalDataSource.cs
- BuilderInfo.cs
- DataMemberFieldEditor.cs
- UnsafeNativeMethodsPenimc.cs
- BorderGapMaskConverter.cs
- EpmCustomContentWriterNodeData.cs
- FirstMatchCodeGroup.cs
- AnnotationComponentManager.cs
- BlobPersonalizationState.cs
- GridViewDeleteEventArgs.cs
- OperationDescriptionCollection.cs
- SignatureHelper.cs
- GeneralTransform3DCollection.cs
- DataGridColumnCollectionEditor.cs
- PathGeometry.cs
- MissingMemberException.cs
- DesignerSerializationOptionsAttribute.cs
- MobileControlPersister.cs
- DictionaryBase.cs
- JsonServiceDocumentSerializer.cs
- TypeSystem.cs
- TemplateBuilder.cs
- StylusCollection.cs
- RequestSecurityTokenSerializer.cs
- BamlLocalizableResourceKey.cs
- SecurityDescriptor.cs
- PointCollection.cs
- TextDecoration.cs
- MouseDevice.cs
- SafeHandles.cs
- ImageSourceConverter.cs
- IDictionary.cs
- TypedTableBaseExtensions.cs
- DateTimeFormat.cs
- WebPartConnection.cs
- TextTreeFixupNode.cs
- ActivityWithResultWrapper.cs
- DbConnectionPoolGroupProviderInfo.cs
- AutoResizedEvent.cs
- TextRangeEditLists.cs
- ArrayItemValue.cs
- CellIdBoolean.cs
- unitconverter.cs
- ThreadExceptionDialog.cs
- XmlnsCompatibleWithAttribute.cs
- RichTextBox.cs
- ProfilePropertySettingsCollection.cs
- HandlerBase.cs
- ConfigurationManagerInternalFactory.cs
- RenderDataDrawingContext.cs
- SafeNativeMethods.cs
- BindableTemplateBuilder.cs
- Serializer.cs
- figurelengthconverter.cs
- PackWebResponse.cs
- ColorAnimationUsingKeyFrames.cs
- MailWebEventProvider.cs
- ProcessThreadDesigner.cs
- BamlResourceSerializer.cs
- HwndKeyboardInputProvider.cs
- SpAudioStreamWrapper.cs
- TransportSecurityProtocol.cs
- DataGridRowsPresenter.cs
- RowToParametersTransformer.cs
- SkinBuilder.cs
- SoundPlayer.cs