Generates the full template path based on the template and type GUID.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function GetProjectTemplatePath ( _
element As ProjectElement _
) As String
'使用
Dim element As ProjectElement
Dim returnValue As String
returnValue = Me.GetProjectTemplatePath(element)
protected virtual string GetProjectTemplatePath(
ProjectElement element
)
protected:
virtual String^ GetProjectTemplatePath(
ProjectElement^ element
)
protected function GetProjectTemplatePath(
element : ProjectElement
) : String
Parameters
element
Type: Microsoft.VisualStudio.Package.ProjectElementThe project element from which to get the project information.
Return Value
Type: System.String
The absolute path of the template.
Permissions
- 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.