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
- bstrHostID
Type: System.String
- bstrZipPath
Type: System.String
Return Value
Type: System.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.