ViewModelBuildParameterEditor.Initialize Method
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Sub Initialize ( _
closeWindow As Action(Of Boolean), _
getSelectedIndex As Func(Of Integer) _
)
public void Initialize(
Action<bool> closeWindow,
Func<int> getSelectedIndex
)
public:
void Initialize(
Action<bool>^ closeWindow,
Func<int>^ getSelectedIndex
)
member Initialize :
closeWindow:Action<bool> *
getSelectedIndex:Func<int> -> unit
public function Initialize(
closeWindow : Action<boolean>,
getSelectedIndex : Func<int>
)
Parameters
- closeWindow
Type: System.Action<Boolean>
- getSelectedIndex
Type: System.Func<Int32>
.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.