IDesigner.OnInputValueChanged 方法

更新:2007 年 11 月

在类中实现时,如果更改了指定输入说明符中的值,则会调用此方法。

命名空间:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
程序集:  Microsoft.VisualStudio.TeamSystem.Data(在 Microsoft.VisualStudio.TeamSystem.Data.dll 中)

语法

声明
Sub OnInputValueChanged ( _
    sender As Object, _
    eventArgs As InputChangedEventArgs _
)
用法
Dim instance As IDesigner
Dim sender As Object
Dim eventArgs As InputChangedEventArgs

instance.OnInputValueChanged(sender, _
    eventArgs)
void OnInputValueChanged(
    Object sender,
    InputChangedEventArgs eventArgs
)
void OnInputValueChanged(
    Object^ sender, 
    InputChangedEventArgs^ eventArgs
)
function OnInputValueChanged(
    sender : Object, 
    eventArgs : InputChangedEventArgs
)

参数

备注

The InputChangedEventArgs contain the InputDescriptor that was changed and an array of all the InputDescriptors.

权限

另请参见

参考

IDesigner 接口

IDesigner 成员

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空间

DefaultDistributionDesigner

DefaultGeneratorDesigner

IGeneratorDesigner

Distribution

Generator