PrjKind.prjKindVenusProject 字段

为 Visual Web Developer 项目提供一个 GUID。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
Public Const prjKindVenusProject As String
public const string prjKindVenusProject
public:
literal String^ prjKindVenusProject
static val mutable prjKindVenusProject: string
public const var prjKindVenusProject : String

备注

prjKindVenusProject 值可用于确定当前项目是否为 Visual Web Developer 项目,方法是将此值与 PrjKind 返回的值进行比较。

.NET Framework 安全性

请参见

参考

PrjKind 类

VsWebSite 命名空间