This documentation is archived and is not being maintained.
INetFwAuthorizedApplications::Item Method
Visual Studio 2013
Gets the item in this collection with the specified file name.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- imageFileName
- Type: System::String
The file name of the application to get in this collection.
Return Value
Type: Microsoft.TeamFoundation.Common::INetFwAuthorizedApplicationThe 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.
- 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.
Show: