共用方式為


WebFolderProperties 介面

指定網站資料夾的屬性。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")> _
Public Interface WebFolderProperties
[GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface WebFolderProperties
[GuidAttribute(L"422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface class WebFolderProperties
[<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")>]
type WebFolderProperties =  interface end
public interface WebFolderProperties

WebFolderProperties 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 __id 基礎架構。取得 Web 資料夾屬性的 ID。
公用屬性 CodeLanguage 取得程式碼資料夾中檔案的程式語言。
公用屬性 Extender 取得 Web 資料夾屬性擴充項 (Extender) 物件。
公用屬性 ExtenderCATID 取得物件的擴充項分類 ID (CATID)。
公用屬性 ExtenderNames 取得物件的可用擴充項清單。
公用屬性 FileName 取得或設定資料夾的名稱。
公用屬性 FolderType webFolderType 列舉中取得資料夾類型。
公用屬性 FullPath 取得資料夾之本機複本的完整路徑。
公用屬性 MergeInProgress 取得布林值 (Boolean),這個值指定合併是否正在進行中。
公用屬性 RelativeURL 取得相對於 Web 根目錄之資料夾的 URL。
公用屬性 URL 取得資料夾的 URL。

回頁首

備註

您可以使用 ProjectItem 物件,依照名稱存取屬性。

請參閱

參考

VsWebSite 命名空間

ProjectItem