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.
The Projects collection's Kind property returns a GUID identifying the collection of project types that it contains.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsProjectsKindSolution As String
public const string vsProjectsKindSolution
public:
literal String^ vsProjectsKindSolution
static val mutable vsProjectsKindSolution: string
public const var vsProjectsKindSolution : String
Remarks
For example, Visual Basic returns a collection of Visual Basic projects, each represented by the PrjKind.PrjKindVBProject. The vsProjectsKindSolution GUID identifies the type of Projects collection on the Solution object.
.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.