InputChangedEventArgs.Inputs Property

Gets a read-only collection of all the current input properties of the data generator.

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

Syntax

'Declaration
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
'Usage
Dim instance As InputChangedEventArgs
Dim value As ReadOnlyCollection(Of InputDescriptor)

value = instance.Inputs
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
    ReadOnlyCollection<InputDescriptor^>^ get ();
}
/** @property */
public ReadOnlyCollection<InputDescriptor> get_Inputs ()
public function get Inputs () : ReadOnlyCollection<InputDescriptor>

Property Value

A read-only collection of type InputDescriptor that contains the current input properties of the data generator.

See Also

Reference

InputChangedEventArgs Class
InputChangedEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace