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

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IAfnStrip

.NET Framework Security

See Also

Reference

IAfnStripLibrary Interface

IAfnStripLibrary Members

Microsoft.TeamFoundation.TestManagement.Client Namespace