InputAttribute Class
Visual Studio 2005
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)
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)] [CLSCompliantAttribute(true)] public sealed class InputAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */ /** @attribute 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.