Share via


ITfcOfficeApp.CreateDocument Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Sub CreateDocument ( _
    serverUrl As String, _
    projectName As String, _
    documentPath As String, _
    templateFile As String, _
    queryReference As String, _
    bindToQuery As Boolean _
)
void CreateDocument(
    string serverUrl,
    string projectName,
    string documentPath,
    string templateFile,
    string queryReference,
    bool bindToQuery
)
void CreateDocument(
    String^ serverUrl, 
    String^ projectName, 
    String^ documentPath, 
    String^ templateFile, 
    String^ queryReference, 
    bool bindToQuery
)
abstract CreateDocument : 
        serverUrl:string * 
        projectName:string * 
        documentPath:string * 
        templateFile:string * 
        queryReference:string * 
        bindToQuery:bool -> unit
function CreateDocument(
    serverUrl : String, 
    projectName : String, 
    documentPath : String, 
    templateFile : String, 
    queryReference : String, 
    bindToQuery : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ITfcOfficeApp Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace