Share via


RegisteredProjectType.GetVsTemplateFile Method

Returns the path to the vstemplate file corresponding to the requested template.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetVsTemplateFile ( _
    templateFile As String _
) As String
'Usage
Dim instance As RegisteredProjectType
Dim templateFile As String
Dim returnValue As String

returnValue = instance.GetVsTemplateFile(templateFile)
public string GetVsTemplateFile(
    string templateFile
)
public:
String^ GetVsTemplateFile(
    String^ templateFile
)
public function GetVsTemplateFile(
    templateFile : String
) : String
member GetVsTemplateFile : 
        templateFile:string -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

RegisteredProjectType Class

RegisteredProjectType Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace