ISharedStepReference.FindSharedStep Method
Returns the shared step definition from the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function FindSharedStep As ISharedStep
ISharedStep FindSharedStep()
ISharedStep^ FindSharedStep()
abstract FindSharedStep : unit -> ISharedStep
function FindSharedStep() : ISharedStep
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISharedStep
The associated shared step definition.
.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.
See Also
Reference
ISharedStepReference Interface