ISharedStep.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 ( _
localFileName As String _
) As IAfnStrip
'Usage
Dim instance As ISharedStep
Dim localFileName As String
Dim returnValue As IAfnStrip
returnValue = instance.CreateAfnStrip(localFileName)
IAfnStrip CreateAfnStrip(
string localFileName
)
IAfnStrip^ CreateAfnStrip(
String^ localFileName
)
abstract CreateAfnStrip :
localFileName:string -> IAfnStrip
function CreateAfnStrip(
localFileName : String
) : IAfnStrip
Parameters
- localFileName
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.