INetFwAuthorizedApplications.Remove Method
Removes the item in this collection with the specified file name.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Sub Remove ( _
imageFileName As String _
)
void Remove(
string imageFileName
)
void Remove(
[InAttribute] String^ imageFileName
)
abstract Remove :
imageFileName:string -> unit
function Remove(
imageFileName : String
)
Parameters
- imageFileName
Type: System.String
The file name of the application to remove in this collection.
.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.