TeamFoundationServiceSection.CreateView Method
This member overrides TeamExplorerSectionBase.CreateView(SectionInitializeEventArgs).
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Protected Overrides Function CreateView ( _
e As SectionInitializeEventArgs _
) As Object
protected override Object CreateView(
SectionInitializeEventArgs e
)
protected:
virtual Object^ CreateView(
SectionInitializeEventArgs^ e
) override
abstract CreateView :
e:SectionInitializeEventArgs -> Object
override CreateView :
e:SectionInitializeEventArgs -> Object
protected override function CreateView(
e : SectionInitializeEventArgs
) : Object
Parameters
- e
Type: SectionInitializeEventArgs
Return Value
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.
See Also
Reference
TeamFoundationServiceSection Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace