Share via


IDTEProvider.GetProjectTemplatePath Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  VSTADTEProvider.Interop
Assembly:  VSTADTEProvider.Interop (in VSTADTEProvider.Interop.dll)

Syntax

'Declaration
Function GetProjectTemplatePath ( _
    bstrHostID As String, _
    bstrZipPath As String _
) As String
'Usage
Dim instance As IDTEProvider 
Dim bstrHostID As String 
Dim bstrZipPath As String 
Dim returnValue As String 

returnValue = instance.GetProjectTemplatePath(bstrHostID, _
    bstrZipPath)
string GetProjectTemplatePath(
    string bstrHostID,
    string bstrZipPath
)
String^ GetProjectTemplatePath(
    [InAttribute] String^ bstrHostID, 
    [InAttribute] String^ bstrZipPath
)
function GetProjectTemplatePath(
    bstrHostID : String, 
    bstrZipPath : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IDTEProvider Interface

IDTEProvider Members

VSTADTEProvider.Interop Namespace