Share via


StringGenerator.SetInputValues Method

Sets values on input properties for the string generator.

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

Syntax

'Declaration
Public Sub SetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
'Usage
Dim instance As StringGenerator
Dim inputs As IDictionary(Of String, Object)

instance.SetInputValues(inputs)
public void SetInputValues (
    IDictionary<string,Object> inputs
)
public:
virtual void SetInputValues (
    IDictionary<String^, Object^>^ inputs
) sealed
public final void SetInputValues (
    IDictionary<String,Object> inputs
)
public final function SetInputValues (
    inputs : IDictionary<String,Object>
)

Parameters

  • inputs
    The key of the dictionary is the key of the input value. By default, the key of the dictionary is the property name. The value of the dictionary is the value of the input that corresponds to the key.

Remarks

Implementation of the SetInputValues method of the IGenerator interface for the string generator.

See Also

Reference

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