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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.