Share via


WindowProcessParameterMetadataEditor.MetadataCollection Property

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public Property MetadataCollection As ObservableCollection(Of ProcessParameterMetadata)
public ObservableCollection<ProcessParameterMetadata> MetadataCollection { get; private set; }
public:
property ObservableCollection<ProcessParameterMetadata^>^ MetadataCollection {
    ObservableCollection<ProcessParameterMetadata^>^ get ();
    private: void set (ObservableCollection<ProcessParameterMetadata^>^ value);
}
member MetadataCollection : ObservableCollection<ProcessParameterMetadata> with get, private set
function get MetadataCollection () : ObservableCollection<ProcessParameterMetadata>
private function set MetadataCollection (value : ObservableCollection<ProcessParameterMetadata>)

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<ProcessParameterMetadata>
Returns ObservableCollection<T>.

.NET Framework Security

See Also

Reference

WindowProcessParameterMetadataEditor Class

Microsoft.TeamFoundation.Build.Controls Namespace