Share via


VSTADTEProviderClass.GetProjectTemplatePath Method

Returns the path of a specific host application project template.

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

Syntax

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

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

Parameters

  • bstrHostID
    Type: System.String

    The host ID of the host application.

  • bstrZipPath
    Type: System.String

    The relative path of the template .zip file in the host application's project template folder.

Return Value

Type: System.String
The path of the specified host application project template.

Implements

IDTEProvider.GetProjectTemplatePath(String, String)

.NET Framework Security

See Also

Reference

VSTADTEProviderClass Class

VSTADTEProviderClass Members

VSTADTEProvider.Interop Namespace