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.StringThe host ID of the host application.
bstrZipPath
Type: System.StringThe 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
- 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.