Share via


INetFwAuthorizedApplications.Item Method

Gets the item in this collection with the specified file name.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Function Item ( _
    imageFileName As String _
) As INetFwAuthorizedApplication
INetFwAuthorizedApplication Item(
    string imageFileName
)
INetFwAuthorizedApplication^ Item(
    [InAttribute] String^ imageFileName
)
abstract Item : 
        imageFileName:string -> INetFwAuthorizedApplication 
function Item(
    imageFileName : String
) : INetFwAuthorizedApplication

Parameters

  • imageFileName
    Type: System.String
    The file name of the application to get in this collection.

Return Value

Type: Microsoft.TeamFoundation.Common.INetFwAuthorizedApplication
The INetFwAuthorizedApplication object representing the application in this collection with the specified file name. Null if the specified file name is not found in this collection.

.NET Framework Security

See Also

Reference

INetFwAuthorizedApplications Interface

Microsoft.TeamFoundation.Common Namespace