Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------- // 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
- HttpWebRequest.cs
- PropertyCondition.cs
- DynamicResourceExtension.cs
- XmlCountingReader.cs
- ProcessManager.cs
- CapabilitiesPattern.cs
- MouseOverProperty.cs
- HashLookup.cs
- FormViewRow.cs
- ProtocolsSection.cs
- WsatRegistrationHeader.cs
- SqlConnectionString.cs
- followingquery.cs
- HttpListenerException.cs
- StringSource.cs
- ActivationServices.cs
- SmiEventSink_Default.cs
- DescendantBaseQuery.cs
- BindingExpression.cs
- ChildTable.cs
- KeysConverter.cs
- ConnectionManagementElement.cs
- BaseTreeIterator.cs
- ThreadExceptionDialog.cs
- AssemblyNameProxy.cs
- ButtonBase.cs
- CompilationUnit.cs
- _TLSstream.cs
- SqlProfileProvider.cs
- TagMapCollection.cs
- MemberAccessException.cs
- ConnectionPoint.cs
- FormDesigner.cs
- EncryptedPackageFilter.cs
- CodeDOMProvider.cs
- TypeValidationEventArgs.cs
- ValidationErrorEventArgs.cs
- ProfileSettingsCollection.cs
- TableLayoutSettingsTypeConverter.cs
- dataSvcMapFileLoader.cs
- DataGridRowAutomationPeer.cs
- CompositionAdorner.cs
- RadioButtonList.cs
- FacetDescription.cs
- XmlHierarchicalEnumerable.cs
- ServiceRouteHandler.cs
- TableColumnCollection.cs
- WorkflowElementDialog.cs
- SessionPageStatePersister.cs
- ControlCodeDomSerializer.cs
- XmlSortKey.cs
- WindowsUpDown.cs
- HttpStreamXmlDictionaryReader.cs
- SqlUtil.cs
- RealProxy.cs
- ViewSimplifier.cs
- Journal.cs
- ListViewDataItem.cs
- DictionaryGlobals.cs
- ColorIndependentAnimationStorage.cs
- TextSelection.cs
- CodeTypeParameter.cs
- _FtpControlStream.cs
- SaveCardRequest.cs
- InvalidPrinterException.cs
- HttpServerVarsCollection.cs
- XmlSchemaImporter.cs
- Win32Exception.cs
- Converter.cs
- AxisAngleRotation3D.cs
- WindowsListViewItem.cs
- Renderer.cs
- PassportPrincipal.cs
- TcpWorkerProcess.cs
- ListViewItemSelectionChangedEvent.cs
- DurableInstance.cs
- RegexMatch.cs
- DbXmlEnabledProviderManifest.cs
- XmlProcessingInstruction.cs
- PageWrapper.cs
- FormViewCommandEventArgs.cs
- DataGridViewRowPrePaintEventArgs.cs
- XPathNode.cs
- XmlSchemaFacet.cs
- SafeCryptHandles.cs
- Light.cs
- DelegatingHeader.cs
- HttpResponseHeader.cs
- StickyNote.cs
- SplineKeyFrames.cs
- ExecutionEngineException.cs
- PageHandlerFactory.cs
- ThreadAbortException.cs
- StateWorkerRequest.cs
- PatternMatcher.cs
- AuthenticationSection.cs
- SoapIgnoreAttribute.cs
- HTTPNotFoundHandler.cs
- FileUtil.cs
- ActiveXSite.cs