Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Exports the specified methodology to the specified client folder.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub Export ( _
    folderPath As String, _
    templateName As String, _
    logHandler As ILogHandler _
)
void Export(
    string folderPath,
    string templateName,
    ILogHandler logHandler
)
void Export(
    String^ folderPath, 
    String^ templateName, 
    ILogHandler^ logHandler
)
abstract Export : 
        folderPath:string * 
        templateName:string * 
        logHandler:ILogHandler -> unit
function Export(
    folderPath : String, 
    templateName : String, 
    logHandler : ILogHandler
)
Parameters
folderPath
Type: System.StringThe local path to which to export the methodology.
templateName
Type: System.StringThe name of the methodology to export.
logHandler
Type: Microsoft.TeamFoundation.Client.ILogHandlerA log handler to log export events.
.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.