FlavoredProjectFactory.ProjectTypeGuids Method

Gets the set of project type GUIDs from the project file.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Protected Overridable Function ProjectTypeGuids ( _
    file As String _
) As String
'使用
Dim file As String
Dim returnValue As String

returnValue = Me.ProjectTypeGuids(file)
protected virtual string ProjectTypeGuids(
    string file
)
protected:
virtual String^ ProjectTypeGuids(
    String^ file
)
protected function ProjectTypeGuids(
    file : String
) : String

Parameters

Return Value

Type: System.String

When implemented by a derived class, a semicolon-delimited string containing the project type GUIDs in the project file.

Remarks

By default this methods throws a NotImplementedException.

Permissions

See Also

Reference

FlavoredProjectFactory Class

FlavoredProjectFactory Members

Microsoft.VisualStudio.Shell.Flavor Namespace