INetFwServices.Item Method
Gets the item in this collection with the specified service type.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function Item ( _
svcType As NET_FW_SERVICE_TYPE_ _
) As INetFwService
INetFwService Item(
NET_FW_SERVICE_TYPE_ svcType
)
INetFwService^ Item(
[InAttribute] NET_FW_SERVICE_TYPE_ svcType
)
abstract Item :
svcType:NET_FW_SERVICE_TYPE_ -> INetFwService
function Item(
svcType : NET_FW_SERVICE_TYPE_
) : INetFwService
Parameters
svcType
Type: Microsoft.TeamFoundation.Common.NET_FW_SERVICE_TYPE_A NET_FW_SERVICE_TYPE_ value indicating the service type of the item to get.
Return Value
Type: Microsoft.TeamFoundation.Common.INetFwService
The INetFwService object in this collection with the specified service type.
.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.