更新:2007 年 11 月
描述数据生成器的单个输入。
命名空间: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
程序集: Microsoft.VisualStudio.TeamSystem.Data(在 Microsoft.VisualStudio.TeamSystem.Data.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputDescriptor _
Implements IXmlSerializable
用法
Dim instance As InputDescriptor
[CLSCompliantAttribute(true)]
public sealed class InputDescriptor : IXmlSerializable
[CLSCompliantAttribute(true)]
public ref class InputDescriptor sealed : IXmlSerializable
public final class InputDescriptor implements IXmlSerializable
备注
输入说明符与“属性”窗口中显示的数据生成器属性相对应,用户可以在此窗口中对它们进行设置。Input descriptors can also correspond to the dynamically created (non-property) inputs of the data generator. The designer creates the input descriptors. The default designer creates input descriptors by using properties that are marked with InputAttribute.
InputDescriptor 为设计器提供足够的信息以获取或设置数据生成器的输入值,而无需创建生成器的实例。
继承层次结构
System.Object
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputDescriptor
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
另请参见
参考
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空间