Sdílet prostřednictvím


DistributionBase.OnSetInputValues Method

Provides a method that you can override to customize the behavior of the SetInputValues(IDictionary<string, object>) method because this method is called by SetInputValues(IDictionary<string, object>).

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

Syntax

'Declaration
Protected Overridable Sub OnSetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
'Usage
Dim inputs As IDictionary(Of String, Object)

Me.OnSetInputValues(inputs)
protected virtual void OnSetInputValues (
    IDictionary<string,Object> inputs
)
protected:
virtual void OnSetInputValues (
    IDictionary<String^, Object^>^ inputs
)
protected void OnSetInputValues (
    IDictionary<String,Object> inputs
)
protected function OnSetInputValues (
    inputs : IDictionary<String,Object>
)

Parameters

  • inputs
    The key is the input property name. The value is the value for the input property.

See Also

Reference

DistributionBase Class
DistributionBase Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace