Metoda ITestResolutionStateHelper.Export —
Przestrzeń nazw: Microsoft.TeamFoundation.TestManagement.Client
Zestaw: Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)
Składnia
'Deklaracja
Sub Export ( _
testResolutionStates As IEnumerable(Of ITestResolutionState), _
fileName As String _
)
void Export(
IEnumerable<ITestResolutionState> testResolutionStates,
string fileName
)
void Export(
IEnumerable<ITestResolutionState^>^ testResolutionStates,
String^ fileName
)
abstract Export :
testResolutionStates:IEnumerable<ITestResolutionState> *
fileName:string -> unit
function Export(
testResolutionStates : IEnumerable<ITestResolutionState>,
fileName : String
)
Parametry
- testResolutionStates
Typ: IEnumerable<ITestResolutionState>
- fileName
Typ: String
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
ITestResolutionStateHelper Interfejs
Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client