IAfnStripLibrary.CreateAfnStrip Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function CreateAfnStrip ( _
fileName As String _
) As IAfnStrip
'Usage
Dim instance As IAfnStripLibrary
Dim fileName As String
Dim returnValue As IAfnStrip
returnValue = instance.CreateAfnStrip(fileName)
IAfnStrip CreateAfnStrip(
string fileName
)
IAfnStrip^ CreateAfnStrip(
String^ fileName
)
abstract CreateAfnStrip :
fileName:string -> IAfnStrip
function CreateAfnStrip(
fileName : String
) : IAfnStrip
Parameters
- fileName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IAfnStrip
.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.