Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / FeatureAttribute.cs / 1305376 / FeatureAttribute.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System.Runtime; using System.Diagnostics.CodeAnalysis; [Fx.Tag.XamlVisible(false)] [AttributeUsage(AttributeTargets.Class)] sealed class FeatureAttribute : Attribute { Type type; public FeatureAttribute(Type type) { this.type = type; } [SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification = "By design.")] public Type Type { get { return this.type; } } } } // 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
- ImplicitInputBrush.cs
- WindowsListViewScroll.cs
- GeneralTransform3D.cs
- ExtendedPropertyDescriptor.cs
- ContextDataSourceContextData.cs
- ScrollChrome.cs
- ShaderRenderModeValidation.cs
- CaretElement.cs
- DrawingBrush.cs
- StateMachine.cs
- CodeCommentStatementCollection.cs
- StandardBindingOptionalReliableSessionElement.cs
- arabicshape.cs
- HelpEvent.cs
- AnimationClockResource.cs
- SiteMapSection.cs
- InfoCardKeyedHashAlgorithm.cs
- Object.cs
- ButtonBaseAutomationPeer.cs
- DbFunctionCommandTree.cs
- HttpFormatExtensions.cs
- AutomationEventArgs.cs
- DataListItemCollection.cs
- StylusSystemGestureEventArgs.cs
- DataGridViewLinkCell.cs
- CompiledQuery.cs
- Errors.cs
- DataGridRelationshipRow.cs
- ActivityTrace.cs
- Win32Exception.cs
- SyntaxCheck.cs
- ObjectQueryState.cs
- MenuItemStyleCollectionEditor.cs
- SessionStateItemCollection.cs
- Matrix3D.cs
- EmbeddedMailObjectsCollection.cs
- XPathDocumentNavigator.cs
- HostingEnvironmentWrapper.cs
- DataControlFieldsEditor.cs
- BitmapFrameDecode.cs
- CheckBoxField.cs
- BamlLocalizationDictionary.cs
- Event.cs
- TextEditorMouse.cs
- RegularExpressionValidator.cs
- LongAverageAggregationOperator.cs
- InputLanguageProfileNotifySink.cs
- SocketException.cs
- RoutedCommand.cs
- ProviderBase.cs
- CompilerParameters.cs
- XmlWhitespace.cs
- GrammarBuilderRuleRef.cs
- EventLogPermissionAttribute.cs
- TypeSystem.cs
- regiisutil.cs
- TextFormatterHost.cs
- ReferenceConverter.cs
- CompilerHelpers.cs
- XmlElementAttributes.cs
- rsa.cs
- BaseTreeIterator.cs
- Clause.cs
- HwndProxyElementProvider.cs
- FixUpCollection.cs
- GridViewHeaderRowPresenter.cs
- HWStack.cs
- WebOperationContext.cs
- TrackingServices.cs
- EventRoute.cs
- PageSettings.cs
- XMLDiffLoader.cs
- StrongNameUtility.cs
- TypeExtension.cs
- ToolboxDataAttribute.cs
- DataControlFieldCollection.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- TableSectionStyle.cs
- Messages.cs
- NativeMethods.cs
- FormsAuthenticationConfiguration.cs
- PreservationFileWriter.cs
- SoapReflectionImporter.cs
- WebPartCatalogCloseVerb.cs
- MailMessageEventArgs.cs
- TypefaceMetricsCache.cs
- TreeNodeConverter.cs
- Label.cs
- XPathDocument.cs
- TypeConverterHelper.cs
- OdbcUtils.cs
- CqlLexer.cs
- HiddenFieldPageStatePersister.cs
- XPathAxisIterator.cs
- ConnectionStringsExpressionEditor.cs
- ExecutorLocksHeldException.cs
- RadioButtonRenderer.cs
- StrokeIntersection.cs
- DynamicValidatorEventArgs.cs
- CodeDirectionExpression.cs