Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / AddIn / Contract / System / AddIn / Contract / QualificationDataAttribute.cs / 1305376 / QualificationDataAttribute.cs
/// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Purpose: Attribute on any pipeline component for use in qualification. ** ===========================================================*/ using System; namespace System.AddIn.Pipeline { [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class, AllowMultiple = true)] public sealed class QualificationDataAttribute : Attribute { private String m_name; private String m_value; public QualificationDataAttribute(String name, String value) { m_name = name; m_value = value; } public String Name { get { return m_name; } } public String Value { get { return m_value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. /// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Purpose: Attribute on any pipeline component for use in qualification. ** ===========================================================*/ using System; namespace System.AddIn.Pipeline { [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class, AllowMultiple = true)] public sealed class QualificationDataAttribute : Attribute { private String m_name; private String m_value; public QualificationDataAttribute(String name, String value) { m_name = name; m_value = value; } public String Name { get { return m_name; } } public String Value { get { return m_value; } } } } // 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
- AsyncResult.cs
- RuntimeWrappedException.cs
- ResourceExpressionBuilder.cs
- BuildProviderInstallComponent.cs
- Set.cs
- VSWCFServiceContractGenerator.cs
- AdapterUtil.cs
- UshortList2.cs
- NameHandler.cs
- Identifier.cs
- WebDisplayNameAttribute.cs
- IdentityManager.cs
- ErrorTableItemStyle.cs
- XmlSchemaExporter.cs
- UnmanagedMemoryStream.cs
- PropertyValueUIItem.cs
- GlyphShapingProperties.cs
- ProfilePropertySettingsCollection.cs
- IgnorePropertiesAttribute.cs
- CodePageUtils.cs
- DataGridViewCellConverter.cs
- XPathNavigatorKeyComparer.cs
- IPEndPointCollection.cs
- LogLogRecord.cs
- FontWeight.cs
- ResourceDescriptionAttribute.cs
- SHA256.cs
- ExpressionLink.cs
- ContractNamespaceAttribute.cs
- UnsafeNetInfoNativeMethods.cs
- DateRangeEvent.cs
- StreamReader.cs
- configsystem.cs
- Point.cs
- CapabilitiesState.cs
- PriorityItem.cs
- SoapInteropTypes.cs
- UIElementPropertyUndoUnit.cs
- DrawTreeNodeEventArgs.cs
- StateItem.cs
- PropertyConverter.cs
- Animatable.cs
- EmitterCache.cs
- BooleanSwitch.cs
- WorkflowServiceNamespace.cs
- TreeNodeEventArgs.cs
- HTTPNotFoundHandler.cs
- SystemIPGlobalStatistics.cs
- StorageEntityTypeMapping.cs
- WebBrowserPermission.cs
- SynchronizedPool.cs
- MediaScriptCommandRoutedEventArgs.cs
- MgmtResManager.cs
- KeyFrames.cs
- HandlerBase.cs
- SQLDateTimeStorage.cs
- Wizard.cs
- StatusBarPanelClickEvent.cs
- Schema.cs
- ComponentRenameEvent.cs
- MatrixAnimationUsingKeyFrames.cs
- ParameterRetriever.cs
- ScriptModule.cs
- GroupStyle.cs
- DataFieldCollectionEditor.cs
- ToolStripLabel.cs
- KeyValueConfigurationElement.cs
- HttpValueCollection.cs
- DataSourceHelper.cs
- X509Utils.cs
- AppSettingsSection.cs
- EditingCoordinator.cs
- CachedPathData.cs
- XmlBinaryReader.cs
- DllNotFoundException.cs
- SocketManager.cs
- _NegotiateClient.cs
- TreeViewImageKeyConverter.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- CircleEase.cs
- SqlDataRecord.cs
- LambdaCompiler.Generated.cs
- EventSinkActivityDesigner.cs
- RegexGroup.cs
- InvalidEnumArgumentException.cs
- processwaithandle.cs
- SystemFonts.cs
- EventProxy.cs
- mediapermission.cs
- ProtocolsSection.cs
- LinearKeyFrames.cs
- PeerNameRegistration.cs
- RemotingServices.cs
- DataTransferEventArgs.cs
- FloatUtil.cs
- TreeViewItem.cs
- Encoder.cs
- RawMouseInputReport.cs
- _TimerThread.cs
- autovalidator.cs