ParameterDataInfoHelper.GetSharedParamNames Method
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetSharedParamNames ( _
parameterDataInfo As TestCaseParameterDataInfo _
) As List(Of String)
public static List<string> GetSharedParamNames(
this TestCaseParameterDataInfo parameterDataInfo
)
[ExtensionAttribute]
public:
static List<String^>^ GetSharedParamNames(
TestCaseParameterDataInfo^ parameterDataInfo
)
static member GetSharedParamNames :
parameterDataInfo:TestCaseParameterDataInfo -> List<string>
public static function GetSharedParamNames(
parameterDataInfo : TestCaseParameterDataInfo
) : List<String>
Parameters
- parameterDataInfo
Type: Microsoft.TeamFoundation.TestManagement.Common.TestCaseParameterDataInfo
Return Value
Type: System.Collections.Generic.List<String>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type TestCaseParameterDataInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.