ITeamExplorerSection.Initialize Method
Initialize this section.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub Initialize ( _
sender As Object, _
e As SectionInitializeEventArgs _
)
void Initialize(
Object sender,
SectionInitializeEventArgs e
)
void Initialize(
Object^ sender,
SectionInitializeEventArgs^ e
)
abstract Initialize :
sender:Object *
e:SectionInitializeEventArgs -> unit
function Initialize(
sender : Object,
e : SectionInitializeEventArgs
)
Parameters
- sender
Type: System.Object
.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.