共用方式為


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 命名空間