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

‘선언
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.

.NET Framework Security

See Also

Reference

ITemplateImporter Interface

Microsoft.TeamFoundation.Client Namespace