Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the set of project type GUIDs from the project file.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable Function ProjectTypeGuids ( _
file As String _
) As String
protected virtual string ProjectTypeGuids(
string file
)
protected:
virtual String^ ProjectTypeGuids(
String^ file
)
abstract ProjectTypeGuids :
file:string -> string
override ProjectTypeGuids :
file:string -> string
protected function ProjectTypeGuids(
file : String
) : String
Parameters
- file
Type: System.String
The project file.
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.
.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.