Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio Team Data Managed Ref
InputAttribute Class

The attribute that identifies input properties of generators.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputAttribute
	Inherits Attribute
Visual Basic (Usage)
Dim instance As InputAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] 
[CLSCompliantAttribute(true)] 
public sealed class InputAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple=false, Inherited=true)] 
[CLSCompliantAttribute(true)] 
public ref class InputAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ 
/** @attribute CLSCompliantAttribute(true) */ 
public final class InputAttribute extends Attribute
JScript
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) 
CLSCompliantAttribute(true) 
public final class InputAttribute extends Attribute

Use this attribute to identify input properties of custom data generators. These properties appear in the Properties window, where the user can set them. DefaultGeneratorDesigner uses this attribute to construct an array of InputDescriptors. This behavior is part of the declarative extensibility model in which the author of a custom generator can specify inputs and outputs in attributes, instead of explicitly constructing designers that provide input and output data.

System.Object
   System.Attribute
    Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker