Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Imports the methodology from the specified folder.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub Import ( _
folderPath As String, _
logHandler As ILogHandler _
)
void Import(
string folderPath,
ILogHandler logHandler
)
void Import(
String^ folderPath,
ILogHandler^ logHandler
)
abstract Import :
folderPath:string *
logHandler:ILogHandler -> unit
function Import(
folderPath : String,
logHandler : ILogHandler
)
Parameters
- folderPath
Type: System.String
The path of the folder where the methodology to be imported is stored.
- logHandler
Type: Microsoft.TeamFoundation.Client.ILogHandler
A log handler to log events that occur during import.
.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.