WebFileProperties2 介面
發行︰ 2016年4月
指定網站內的檔案所支援的屬性。 這個介面延伸 WebFileProperties 加入自訂工具的支援。
命名空間: VsWebSite90
組件: VsWebSite.Interop90 (於 VsWebSite.Interop90.dll)
語法
[GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")]
public interface WebFileProperties2 : WebFileProperties
[GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")]
public interface class WebFileProperties2 : WebFileProperties
[<GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")>]
type WebFileProperties2 =
interface
interface WebFileProperties
end
<GuidAttribute("899456B4-E5AD-49EF-AB04-1CED913A6E44")>
Public Interface WebFileProperties2
Inherits WebFileProperties
屬性
名稱 | 描述 | |
---|---|---|
__id | 此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。 |
|
AutoRefreshPath | ||
CustomTool | 取得或設定與 Web 檔案相關聯的自訂工具的程式識別項。 自訂工具會輸入 Web 檔案表示,並寫入新檔案。 |
|
CustomToolNamespace | 取得或設定所產生檔案的預設命名空間。 |
|
CustomToolOutput | 取得檔案名稱,而不需要與此網站的檔案相關聯的自訂工具輸出的路徑。 |
|
Extender[String] | ||
ExtenderCATID | ||
ExtenderNames | ||
Extension | ||
FileName | ||
FullPath | ||
IsCustomToolOutput | 取得值,指出 Web 檔案是否為自訂工具的輸出。 |
|
IsDependentFile | 取得值,指出 Web 檔案是否為相依檔案。 相依檔案是其他檔案的子系。 |
|
RelativeURL | ||
URL |
註解
您可以存取 WebFileProperties2 物件從 Properties 檔案的集合。
自訂工具檔案從一個類型轉換成另一個在執行階段。
另請參閱
WebFileProperties
CustomTool
RunCustomTool
VsWebSite90 命名空間
回到頁首