ProjectContainerNode.GetProjectTemplatePath Method

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

Return Value

Type: System.String

The absolute path of the template.

Permissions

See Also

Reference

ProjectContainerNode Class

ProjectContainerNode Members

Microsoft.VisualStudio.Package Namespace