ITemplateImporter.Import Method
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.StringThe path of the folder where the methodology to be imported is stored.
logHandler
Type: Microsoft.TeamFoundation.Client.ILogHandlerA 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.